Error codes for NonceLoader exceptions.
Constant Summary
int | EMPTY_NONCE | An error caused by an empty nonce response. |
int | ENCRYPTION_FAILED | An error internal to the PAL SDK. |
int | FAILED_TO_LOAD_KEYSET | An error internal to the PAL SDK. |
int | INVALID_CONTEXT | The Context was not correctly
passed into the NonceLoader . |
int | INVALID_NONCE_REQUEST | An invalid or null NonceRequest was
passed into the NonceLoader . |
int | NONCE_TOO_LONG | The generated nonce was too long. |
int | PUBLIC_KEY_FAILED_TO_LOAD | A public key required by PAL failed to load. |
int | UNKNOWN_ERROR | An unknown error occurred. |
Inherited Method Summary
Constants
public static final int EMPTY_NONCE
An error caused by an empty nonce response.
public static final int ENCRYPTION_FAILED
An error internal to the PAL SDK.
public static final int FAILED_TO_LOAD_KEYSET
An error internal to the PAL SDK.
public static final int INVALID_CONTEXT
The Context
was not correctly passed into the
NonceLoader
.
public static final int INVALID_NONCE_REQUEST
An invalid or null NonceRequest
was passed into the
NonceLoader
.
public static final int NONCE_TOO_LONG
The generated nonce was too long.
public static final int PUBLIC_KEY_FAILED_TO_LOAD
A public key required by PAL failed to load. This may be caused by poor network connectivity.
public static final int UNKNOWN_ERROR
An unknown error occurred.