PALNonceErrorCode
enum PALNonceErrorCode : NSInteger {}Error codes in PALNonceErrorDomain.
-
An unknown error occurred.
Declaration
Swift
static var unknown: NonceError.Code { get }Objective-C
PALNonceErrorCodeUnknown = 100 -
Received an invalid response while fetching resources.
Declaration
Swift
static var fetchBadResponse: NonceError.Code { get }Objective-C
PALNonceErrorCodeFetchBadResponse = 200 -
Could not obtain a response while fetching resources.
Declaration
Swift
static var fetchNoResponse: NonceError.Code { get }Objective-C
PALNonceErrorCodeFetchNoResponse = 201 -
Timed out waiting for a response while fetching resources.
Declaration
Swift
static var fetchTimedOut: NonceError.Code { get }Objective-C
PALNonceErrorCodeFetchTimedOut = 202 -
Could not initialize encoding while creating a nonce.
Declaration
Swift
static var encoderInitFailed: NonceError.Code { get }Objective-C
PALNonceErrorCodeEncoderInitFailed = 300 -
Could not encode while creating a nonce.
Declaration
Swift
static var encodingFailed: NonceError.Code { get }Objective-C
PALNonceErrorCodeEncodingFailed = 301 -
The generated nonce was too long.
Declaration
Swift
static var tooLong: NonceError.Code { get }Objective-C
PALNonceErrorCodeTooLong = 302 -
The OS version is too old and not supported.
Declaration
Swift
static var osVersionTooOld: NonceError.Code { get }Objective-C
PALNonceErrorCodeOSVersionTooOld = 303