FIDO2
public class FIDO2 extends Object
↳ package com.onekosmos.blockid.sdk.BIDAPIs.APIManager.ErrorManager
Utility class to manage FIDO2 errors.
Constructor
public FIDO2(int code, String message)
- Creates an object of FIDO2 class.
Parameters | |
---|---|
code | int: The error code. Refer error codes table below. |
message | String: The message associated with the error code. Refer to the error codes table below. |
Method Summary
Parameters | ||
---|---|---|
int | getCode() | Returns the error code. |
String | getMessage() | Returns the error message. |
Method Detail
getCode
public int getCode()
- Returns error code.
getMessage
public String getMessage()
- Returns error message.
Error Codes
The below table lists license error codes and messages.
Key | Code | Message |
---|---|---|
USER_NOT_LINKED | 300001 | User is not linked |
SERVICE_URL_NOT_SET | 300002 | WebAuthN service URL is not set for the environment |
ATTESTATION_OPTIONS_FAILED | 300003 | FIDO2 attestation options failed |
ATTESTATION_RESULT_FAILED | 300004 | FIDO2 attestation result failed |
LINKING_FAILED | 300005 | FIDO2 key linking failed |
UNLINKING_FAILED | 300006 | FIDO2 key unlinking failed |
CANCELED | 300007 | Canceled |
INVALID | 300008 | Unable to create credential |
INVALID_OBSERVER | 300009 | Observer is mandatory |
INVALID_USER | 3000010 | Invalid user name |
ASSERTION_OPTIONS_FAILED | 3000011 | FIDO2 assertion options failed |
ASSERTION_RESULT_FAILED | 3000012 | FIDO2 assertion result failed |
GLOBAL_CAAS_URL_NOT_SET | 3000013 | Global caas URL is not set for the environment |
ADMIN_CONSOLE_URL_NOT_SET | 3000014 | Admin console URL is not set for global caas |
KEY_ALREADY_REGISTERED | 3000015 | The security key has already been registered |