ApiGatewayV2ErrorType
public enum ApiGatewayV2ErrorType : AWSErrorType
extension ApiGatewayV2ErrorType : CustomStringConvertible
Error enum for ApiGatewayV2
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case badRequestException(message: String?)
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }