AWSLocationErrorType
Objective-C
NS_ENUM(NSInteger, AWSLocationErrorType) {
AWSLocationErrorUnknown,
AWSLocationErrorAccessDenied,
AWSLocationErrorConflict,
AWSLocationErrorInternalServer,
AWSLocationErrorResourceNotFound,
AWSLocationErrorServiceQuotaExceeded,
AWSLocationErrorThrottling,
AWSLocationErrorValidation,
}
Swift
enum AWSLocationErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLocationErrorAccessDeniedSwift
case accessDenied = 1 -
Undocumented
Declaration
Objective-C
AWSLocationErrorConflictSwift
case conflict = 2 -
Undocumented
Declaration
Objective-C
AWSLocationErrorInternalServerSwift
case internalServer = 3 -
Undocumented
Declaration
Objective-C
AWSLocationErrorResourceNotFoundSwift
case resourceNotFound = 4 -
Undocumented
Declaration
Objective-C
AWSLocationErrorServiceQuotaExceededSwift
case serviceQuotaExceeded = 5 -
Undocumented
Declaration
Objective-C
AWSLocationErrorThrottlingSwift
case throttling = 6 -
Undocumented
Declaration
Objective-C
AWSLocationErrorValidationSwift
case validation = 7
View on GitHub
Install in Dash
AWSLocationErrorType Enumeration Reference