PingOneSDKErrorType

Entries

Link copied to clipboard

Internal error.

Link copied to clipboard

Device token was missing and is required to complete this action.

Link copied to clipboard

The remote notification is not from PingOne.

Link copied to clipboard

Server error.

Link copied to clipboard

There was a problem with the network.

Link copied to clipboard

There was a problem with the pairing key.

Link copied to clipboard

There was a problem with the application ID.

Link copied to clipboard

Device may be paired in one regional data center only, and is already paired in another regional data center.

Link copied to clipboard

Device is not paired.

Link copied to clipboard

Client confirmation delay responding to push notification, resulted in timeout.

Link copied to clipboard

Client failed to verify due to invalid one time passcode sent to the server.

Link copied to clipboard

Authentication code is not valid.

Link copied to clipboard

Mobile device does not comply with policy requirements.

Link copied to clipboard

Pairing is currently in progress - you cannot make another API call until it is completed.

Link copied to clipboard

Migration is currently in progress - you cannot make another API call until it is completed.

Link copied to clipboard

The device does not have to be migrated because it is already paired.

Properties

Link copied to clipboard
public final int errorCode
Link copied to clipboard
public final String errorMessage

Functions

Link copied to clipboard
public int getErrorCode()
Link copied to clipboard
Link copied to clipboard
public static PingOneSDKErrorType valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<PingOneSDKErrorType> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.