AWSLogsErrorType
Objective-C
NS_ENUM(NSInteger, AWSLogsErrorType) {
AWSLogsErrorUnknown,
AWSLogsErrorDataAlreadyAccepted,
AWSLogsErrorInvalidOperation,
AWSLogsErrorInvalidParameter,
AWSLogsErrorInvalidSequenceToken,
AWSLogsErrorLimitExceeded,
AWSLogsErrorMalformedQuery,
AWSLogsErrorOperationAborted,
AWSLogsErrorResourceAlreadyExists,
AWSLogsErrorResourceNotFound,
AWSLogsErrorServiceUnavailable,
AWSLogsErrorTooManyTags,
AWSLogsErrorUnrecognizedClient,
}
Swift
enum AWSLogsErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLogsErrorDataAlreadyAccepted
Swift
case dataAlreadyAccepted = 1
-
Undocumented
Declaration
Objective-C
AWSLogsErrorInvalidOperation
Swift
case invalidOperation = 2
-
Undocumented
Declaration
Objective-C
AWSLogsErrorInvalidParameter
Swift
case invalidParameter = 3
-
Undocumented
Declaration
Objective-C
AWSLogsErrorInvalidSequenceToken
Swift
case invalidSequenceToken = 4
-
Undocumented
Declaration
Objective-C
AWSLogsErrorLimitExceeded
Swift
case limitExceeded = 5
-
Undocumented
Declaration
Objective-C
AWSLogsErrorMalformedQuery
Swift
case malformedQuery = 6
-
Undocumented
Declaration
Objective-C
AWSLogsErrorOperationAborted
Swift
case operationAborted = 7
-
Undocumented
Declaration
Objective-C
AWSLogsErrorResourceAlreadyExists
Swift
case resourceAlreadyExists = 8
-
Undocumented
Declaration
Objective-C
AWSLogsErrorResourceNotFound
Swift
case resourceNotFound = 9
-
Undocumented
Declaration
Objective-C
AWSLogsErrorServiceUnavailable
Swift
case serviceUnavailable = 10
-
Undocumented
Declaration
Objective-C
AWSLogsErrorTooManyTags
Swift
case tooManyTags = 11
-
Undocumented
Declaration
Objective-C
AWSLogsErrorUnrecognizedClient
Swift
case unrecognizedClient = 12