NonceLoaderException.ErrorCodes

public static abstract @interface NonceLoaderException.ErrorCodes implements Annotation

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.

Constant Value: 101

public static final int ENCRYPTION_FAILED

An error internal to the PAL SDK.

Constant Value: 204

public static final int FAILED_TO_LOAD_KEYSET

An error internal to the PAL SDK.

Constant Value: 203

public static final int INVALID_CONTEXT

The Context was not correctly passed into the NonceLoader.

Constant Value: 102

public static final int INVALID_NONCE_REQUEST

An invalid or null NonceRequest was passed into the NonceLoader.

Constant Value: 103

public static final int NONCE_TOO_LONG

The generated nonce was too long.

Constant Value: 104

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.

Constant Value: 202

public static final int UNKNOWN_ERROR

An unknown error occurred.

Constant Value: 100