BTAPIClientError
public enum BTAPIClientError : Int, Error, CustomNSError, LocalizedError, Equatable
Error codes associated with a API Client.
-
- Configuration fetch failed
Declaration
Swift
case configurationUnavailable
-
- Not authorized
Declaration
Swift
case notAuthorized
-
- Deallocated BTAPIClient
Declaration
Swift
case deallocated
-
- Failed to base64 encode an authorizationFingerprint or tokenizationKey, when used as a cacheKey
Declaration
Swift
case failedBase64Encoding
-
Declaration
Swift
public static var errorDomain: String { get }
-
Declaration
Swift
public var errorCode: Int { get }
-
Declaration
Swift
public var errorDescription: String? { get }