AWSAPIGatewayErrorType
Objective-C
NS_ENUM(NSInteger, AWSAPIGatewayErrorType) {
AWSAPIGatewayErrorTypeUnknown,
AWSAPIGatewayErrorTypeClient,
AWSAPIGatewayErrorTypeService,
}
Swift
enum AWSAPIGatewayErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSAPIGatewayErrorTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSAPIGatewayErrorTypeClientSwift
case client = 1 -
Undocumented
Declaration
Objective-C
AWSAPIGatewayErrorTypeServiceSwift
case service = 2
View on GitHub
Install in Dash
AWSAPIGatewayErrorType Enumeration Reference