ErrorCode

  • ErrorCode is an enum that defines error codes for the FIDO U2F API and implements the Parcelable interface.

  • This enum is deprecated, and users should use Fido APIs instead.

  • The enum includes values such as BAD_REQUEST, CONFIGURATION_UNSUPPORTED, DEVICE_INELIGIBLE, OK, OTHER_ERROR, and TIMEOUT.

  • It inherits constants and methods from android.os.Parcelable and java.lang.Enum .

public final enum ErrorCode extends Enum < ErrorCode >
implements Parcelable

This enum is deprecated.
Please use Fido APIs instead.

Error codes defined by the FIDO U2F API.

See //fidoalliance.org/specs/fido-u2f-v1.0-ps-20141009/fido-u2f-javascript-api-ps-20141009.html

Inherited Constant Summary

Inherited Method Summary

Enum Values

public static final ErrorCode BAD_REQUEST

public static final ErrorCode CONFIGURATION_UNSUPPORTED

public static final ErrorCode DEVICE_INELIGIBLE

public static final ErrorCode OK

public static final ErrorCode OTHER_ERROR

public static final ErrorCode TIMEOUT

Create a Mobile Website
View Site in Mobile | Classic
Share by: