AWSLambdaInvokerErrorType
Objective-C
NS_ENUM(NSInteger, AWSLambdaInvokerErrorType) {
AWSLambdaInvokerErrorTypeUnknown,
AWSLambdaInvokerErrorTypeFunctionError,
}
Swift
enum AWSLambdaInvokerErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLambdaInvokerErrorTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLambdaInvokerErrorTypeFunctionErrorSwift
case functionError = 1
View on GitHub
Install in Dash
AWSLambdaInvokerErrorType Enumeration Reference