Class AwsException
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class AwsException : BackendException, ISerializable
Constructors
| Edit this page View SourceAwsException(BackendErrorType, string, string, int, bool)
Declaration
public AwsException(BackendErrorType type, string serviceName, string message, int statusCode, bool isRetryable = false)
Parameters
| Type | Name | Description |
|---|---|---|
| BackendErrorType | type | |
| string | serviceName | |
| string | message | |
| int | statusCode | |
| bool | isRetryable |