AWSAPIGatewayErrorType
Objective-C
NS_ENUM(NSInteger, AWSAPIGatewayErrorType) {
AWSAPIGatewayErrorTypeUnknown,
AWSAPIGatewayErrorTypeClient,
AWSAPIGatewayErrorTypeService,
}
Swift
enum AWSAPIGatewayErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSAPIGatewayErrorTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSAPIGatewayErrorTypeClient
Swift
case client = 1
-
Undocumented
Declaration
Objective-C
AWSAPIGatewayErrorTypeService
Swift
case service = 2