PingOneSDKErrorType

Entries

Link copied to clipboard

10000
Internal error.

Link copied to clipboard

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

Link copied to clipboard

10002
The remote notification is not from PingOne.

Link copied to clipboard

10003
Server error.

Link copied to clipboard

10004
There was a problem with the network.

Link copied to clipboard

10005
There was a problem with the pairing key.

Link copied to clipboard

10006
There was a problem with the application ID.

Link copied to clipboard

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

Link copied to clipboard

10008
Device is not paired.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

10011
Authentication code is not valid.

Link copied to clipboard

10012
Mobile device does not comply with policy requirements.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

10016
Test remote notification is currently in progress - you cannot make another API call until it is completed.

Link copied to clipboard

10017
The client failed to establish trust with the server.

Link copied to clipboard

10018
The SDK was not configured. Make sure to run the configure(PingOneGeo) method first.

Link copied to clipboard

10019
The device is already trusted with a certain geo and cannot set a new one using configure(PingOneGeo). If needed to change the geo, the device should be reset by calling the removePingOneLocalData() method.

Link copied to clipboard

10020
The authentication was canceled, approval or denial is not possible.

Properties

Link copied to clipboard
private final Integer errorCode
Link copied to clipboard
private final String errorMessage

Functions

Link copied to clipboard
public final Integer getErrorCode()
Link copied to clipboard
public final String getErrorMessage()
Link copied to clipboard
public final PingOneSDKErrorType valueOf(String value)

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

Returns an array containing the constants of this enum type, in the order they're declared.