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
AWSLocationErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLocationErrorAccessDenied
Swift
case accessDenied = 1
-
Undocumented
Declaration
Objective-C
AWSLocationErrorConflict
Swift
case conflict = 2
-
Undocumented
Declaration
Objective-C
AWSLocationErrorInternalServer
Swift
case internalServer = 3
-
Undocumented
Declaration
Objective-C
AWSLocationErrorResourceNotFound
Swift
case resourceNotFound = 4
-
Undocumented
Declaration
Objective-C
AWSLocationErrorServiceQuotaExceeded
Swift
case serviceQuotaExceeded = 5
-
Undocumented
Declaration
Objective-C
AWSLocationErrorThrottling
Swift
case throttling = 6
-
Undocumented
Declaration
Objective-C
AWSLocationErrorValidation
Swift
case validation = 7