AWSLexErrorType

Objective-C

NS_ENUM(NSInteger, AWSLexErrorType) {
    AWSLexErrorUnknown,
    AWSLexErrorBadGateway,
    AWSLexErrorBadRequest,
    AWSLexErrorConflict,
    AWSLexErrorDependencyFailed,
    AWSLexErrorInternalFailure,
    AWSLexErrorLimitExceeded,
    AWSLexErrorLoopDetected,
    AWSLexErrorNotAcceptable,
    AWSLexErrorNotFound,
    AWSLexErrorRequestTimeout,
    AWSLexErrorUnsupportedMediaType,
}

Swift

enum AWSLexErrorType : Int, @unchecked Sendable

Undocumented