ErrorCode

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