AWSLogsErrorType
Objective-C
NS_ENUM(NSInteger, AWSLogsErrorType) {
AWSLogsErrorUnknown,
AWSLogsErrorAccessDenied,
AWSLogsErrorConflict,
AWSLogsErrorDataAlreadyAccepted,
AWSLogsErrorInvalidOperation,
AWSLogsErrorInvalidParameter,
AWSLogsErrorInvalidSequenceToken,
AWSLogsErrorLimitExceeded,
AWSLogsErrorMalformedQuery,
AWSLogsErrorOperationAborted,
AWSLogsErrorResourceAlreadyExists,
AWSLogsErrorResourceNotFound,
AWSLogsErrorServiceQuotaExceeded,
AWSLogsErrorServiceUnavailable,
AWSLogsErrorSessionStreaming,
AWSLogsErrorSessionTimeout,
AWSLogsErrorThrottling,
AWSLogsErrorTooManyTags,
AWSLogsErrorUnrecognizedClient,
AWSLogsErrorValidation,
}
Swift
enum AWSLogsErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLogsErrorAccessDeniedSwift
case accessDenied = 1 -
Undocumented
Declaration
Objective-C
AWSLogsErrorConflictSwift
case conflict = 2 -
Undocumented
Declaration
Objective-C
AWSLogsErrorDataAlreadyAcceptedSwift
case dataAlreadyAccepted = 3 -
Undocumented
Declaration
Objective-C
AWSLogsErrorInvalidOperationSwift
case invalidOperation = 4 -
Undocumented
Declaration
Objective-C
AWSLogsErrorInvalidParameterSwift
case invalidParameter = 5 -
Undocumented
Declaration
Objective-C
AWSLogsErrorInvalidSequenceTokenSwift
case invalidSequenceToken = 6 -
Undocumented
Declaration
Objective-C
AWSLogsErrorLimitExceededSwift
case limitExceeded = 7 -
Undocumented
Declaration
Objective-C
AWSLogsErrorMalformedQuerySwift
case malformedQuery = 8 -
Undocumented
Declaration
Objective-C
AWSLogsErrorOperationAbortedSwift
case operationAborted = 9 -
Undocumented
Declaration
Objective-C
AWSLogsErrorResourceAlreadyExistsSwift
case resourceAlreadyExists = 10 -
Undocumented
Declaration
Objective-C
AWSLogsErrorResourceNotFoundSwift
case resourceNotFound = 11 -
Undocumented
Declaration
Objective-C
AWSLogsErrorServiceQuotaExceededSwift
case serviceQuotaExceeded = 12 -
Undocumented
Declaration
Objective-C
AWSLogsErrorServiceUnavailableSwift
case serviceUnavailable = 13 -
Undocumented
Declaration
Objective-C
AWSLogsErrorSessionStreamingSwift
case sessionStreaming = 14 -
Undocumented
Declaration
Objective-C
AWSLogsErrorSessionTimeoutSwift
case sessionTimeout = 15 -
Undocumented
Declaration
Objective-C
AWSLogsErrorThrottlingSwift
case throttling = 16 -
Undocumented
Declaration
Objective-C
AWSLogsErrorTooManyTagsSwift
case tooManyTags = 17 -
Undocumented
Declaration
Objective-C
AWSLogsErrorUnrecognizedClientSwift
case unrecognizedClient = 18 -
Undocumented
Declaration
Objective-C
AWSLogsErrorValidationSwift
case validation = 19
View on GitHub
Install in Dash
AWSLogsErrorType Enumeration Reference