AWSLambdaInvokerErrorType
Objective-C
NS_ENUM(NSInteger, AWSLambdaInvokerErrorType) {
AWSLambdaInvokerErrorTypeUnknown,
AWSLambdaInvokerErrorTypeFunctionError,
}
Swift
enum AWSLambdaInvokerErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLambdaInvokerErrorTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLambdaInvokerErrorTypeFunctionError
Swift
case functionError = 1