CtapStatus class

Constructors

CtapStatus()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CTAP1_ERR_CHANNEL_BUSY → const int
The channel is busy. Verify that the authenticator is correctly used.
CTAP1_ERR_INVALID_CHANNEL → const int
The channel is unavailable. Verify that the authenticator is correctly used.
CTAP1_ERR_INVALID_COMMAND → const int
Invalid CTAP command. Verify that the authenticator is correctly used.
CTAP1_ERR_INVALID_LENGTH → const int
Invalid message or attribute length. Verify that relevant registration or authentication parameters are correct.
CTAP1_ERR_INVALID_PARAMETER → const int
Invalid parameters are included in the command. Verify that relevant registration or authentication parameters are correct.
CTAP1_ERR_INVALID_SEQ → const int
Invalid message sequence number. Verify that relevant registration or authentication parameters are correct.
CTAP1_ERR_LOCK_REQUIRED → const int
The channel needs to be locked. Verify that the authenticator is correctly used.
CTAP1_ERR_OTHER → const int
Undefined error. Contact Huawei technical support.
CTAP1_ERR_TIMEOUT → const int
The message timed out. Verify that the authenticator is correctly used.
CTAP2_ERR_CBOR_PARSING → const int
CBOR parsing error. Verify that the authenticator is correctly used.
CTAP2_ERR_CBOR_UNEXPECTED_TYPE → const int
Invalid CBOR or unexpected error. Verify that the authenticator is correctly used.
CTAP2_ERR_CREDENTIAL_EXCLUDED → const int
Valid credential excluded. Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_INVALID_CBOR → const int
CBOR parsing error. Verify that the authenticator is correctly used.
CTAP2_ERR_INVALID_CBOR_TYPE → const int
Invalid CBOR type. Verify that the authenticator is correctly used.
CTAP2_ERR_INVALID_CREDENTIAL → const int
Invalid credential of the authenticator. Verify that the authenticator is correctly used.
CTAP2_ERR_INVALID_OPTION → const int
Invalid option for the current operation. Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_KEEPALIVE_CANCEL → const int
The keepalive operation was canceled. Verify that the authenticator is correctly used.
CTAP2_ERR_KEY_STORE_FULL → const int
The internal key storage is full. Verify that the authenticator is correctly used.
CTAP2_ERR_LIMIT_EXCEEDED → const int
The upper limit has been exceeded. Verify that the authenticator is correctly used.
CTAP2_ERR_MISSING_PARAMETER → const int
Mandatory parameters are missing. Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_NO_CREDENTIALS → const int
No valid credential is available. Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_NO_CREDENTIALS_REGIST → const int
No credential is registered. Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_NO_OPERATION_PENDING → const int
No pending operation. Verify that the authenticator is correctly used.
CTAP2_ERR_NO_OPERATIONS → const int
No request to be processed. Verify that the authenticator is correctly used.
CTAP2_ERR_NOT_ALLOWED → const int
The continuation command, such as authenticatorGetNextAssertion, is not allowed. Verify that the authenticator is correctly used.
CTAP2_ERR_OPERATION_DENIED → const int
Unauthorized operation. Verify that the authenticator is correctly used.
CTAP2_ERR_OPERATION_PENDING → const int
The operation is in progress. (The operation is time-consuming.)
CTAP2_ERR_PIN_AUTH_BLOCKED → const int
PIN authentication blocked.
CTAP2_ERR_PIN_AUTH_INVALID → const int
PIN authentication failed.
CTAP2_ERR_PIN_BLOCKED → const int
The PIN has been locked.
CTAP2_ERR_PIN_INVALID → const int
Invalid PIN.
CTAP2_ERR_PIN_NOT_SET → const int
The PIN has not been set.
CTAP2_ERR_PIN_POLICY_VIOLATION → const int
The PIN policy was violated. Currently, PINs are limited only by minimum length.
CTAP2_ERR_PIN_REQUIRED → const int
The PIN is mandatory for the selected operation.
CTAP2_ERR_PIN_TOKEN_EXPIRED → const int
The PIN token of the authenticator has expired.
CTAP2_ERR_PROCESSING → const int
The operation is in progress. (The operation is time-consuming.) Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_REQUEST_TOO_LARGE → const int
The authenticator cannot process the request due to the memory usage restriction. Verify that the authenticator is correctly used.
CTAP2_ERR_UNSUPPORTED_ALGORITHM → const int
The authenticator does not support the algorithm. Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_UNSUPPORTED_EXTENSION → const int
Unsupported extension item. Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_UNSUPPORTED_OPTION → const int
Unsupported option. Verify that relevant registration or authentication parameters are correct.
CTAP2_ERR_USER_ACTION_PENDING → const int
The user interaction is being awaited during authentication.
CTAP2_ERR_USER_ACTION_TIMEOUT → const int
User interaction timed out.
CTAP2_ERR_USER_CANCEL → const int
The operation is canceled by the user.
CTAP2_ERR_VENDOR_FIRST → const int
Vendor-defined errors (start).
CTAP2_ERR_VENDOR_LAST → const int
Vendor-defined errors (end).
CTAP2_OK → const int
Success.