Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 26 Next »



Error Code Ranges

Error Codes are organized by ranges:




FromToDescription

Certificate Issuance.

Error codes generated by modules or products related to certificate issuance from DigiCert or EJBCA.





10001100Success response sends by the Certification Authority.
20003999Generated by communication library or gateway with Certification Authority services.
50005999Error codes generated by the certificate request validation module (KmilaRA). This module validates each certificate request against the configured approval, like external DB, configuration files, MPKI PassCode, etc.

Generals

General errors, like JSON or certificate parsing.

1000010200This kind of error belongs to the basic modules used by Alison-Desktop, Alison-Server, Debbie-Server, etc.

Externals

This kind of error is generated by external modules, live LDAP validation or certificate issuance validation.

1090111100Error Codes reported by the Santander-AdSec module.

Alison SDK js

AlisonJS library

Alison-Desktop

Alison-Server

Some codes are shared between modules




2000120199

Alison SDKjs Library

2020120299Notification codes. Usually not considered as an error.
2030120399User response codes, like CANCEL.
2040120499AlisonJS Library
2050120599Alison-Plug in or communication codes generated by the library. These codes are not recoverable.
2060120999Codes generated by Alison-Desktop.
2100121499Codes generated by Keystores modules, like CSK.
Debbie Server3000030999Generated by Debbie.
Conexión errors4000040100Errors indicating connection errors between modules.
Alison Server5000056100Alison Server, Alison Identity Gateway y Detect ID



CoLT Issuance Certificate



CodeNameDescription
3020INVALID_DATA_FORMATData type validation failed for an attribute value in the enrollment request. Check character set defined by CA profiles.
3021INVALID_KEY_SIZEThe key length of the binary security token provided does not match the policy.
3022ACCOUNT_EXHAUSTEDThe enrollment request could not be processed as it exceeds the number of certificates available for this account.
3023DUPLICATE_CERTIFICATEA certificate has already been issued with this enrollment information, and it is still valid.
3024UNSUPPORTED_FEATUREFeature not supported.
3025REVOKED CERTIFICATEThe certificate is revoked



Alison SDK Codes

AlisonJS Codes



Library response

Code NameDescription
20001ERR_BUSYProvider is processing a request and library is waiting a response from the provider.
20002ERR_NOT_LOADEDAlison Library not loaded. Probably a wrong reference to the config file.
20003ERR_NOT_INITIALIZEDDuring initialization library contact providers and register licenses.
20004ERR_IE_COMPATIBILITY_MODE_ONIExplorer is running with compatibility mode ON. That is not allowed.
20010ERR_LOADING_CONFIGError loading the config file.
20011ERR_LOADING_GUIError loading GUI components (mainly the Alison-Dialog componente).
20012ERR_GUI_VALUE_MISSINGOne of the required values of GUI config is empty or Missing (like language file).
20013 ERR_MAINDIVID_NOT_FOUNDThere is no <div> tag to be used by Alison GUI. Check the HTML page.
20014ERR_LOADING_LICENSEError loading the license file.
20015ERR_LOADING_AUTHTOKENError loading the Authentication Token.
20016ERR_NONE_PROVIDERThere is none provider to be used for the request.
20017WRN_IN_SOME_PROVIDERThere was an error in some of the providers (for example Alison-Cloud) but other providers were reachable.
20018ERR_CONNECTOR_UNIMPLEMENTED
20019ERR_PROVIDER_INVALIDThe provider was not selected, ot the selected provider is invalid.
20020ERR_PROVIDER_UNREACHABLEThe provider is not installed or unreachable - can't run
20021ERR_EXTENSION_UNREACHABLEThe extension is not installed or unreachable - can't run
20022ERR_COMPONENT_OUTDATEDOne component outdated - can't run
20023WRN_COMPONENT_UPDATABLEThe component can be updated. Can continue the execution.
20024ERR_COMPONENT_WITH_PROBLEMThe component has some problem.
20025ERR_COMPONENT_INCONSISTENTThere is a combination of conditions in the components inconsistently.
20026ERR_EXTENSION_CONFIG_UNDEFINEDThe extension config is undefined.
20027ERR_COMPATIBILITY_MODE_INVALIDCompatibility mode enabled in IExplorer trying to reach the provider in Direct Mode.
20030ERR_OPERATION_FAIL

There is an error in one of the providers.

* Posible reason is when tries to recover a request (ticket) witch was suspended or discarted.

* Another errors, more specific, can also be related to this error.

20040ERR_LINKER_RESPONSE_NULLError in the response (null) of the Extension.
20041ERR_LINKER_RESPONSE_UNDEFINEDError in the response (undefined) of the Extension.
20042ERR_LINKER_RESPONSE_EMPTYError in the response (empty) of the Extension.
20043ERR_LINKER_RESPONSE_EXCEPTIONException in the call to the Extension.
20044ERR_PROVIDER_RESPONSE_EMPTY

Empty response from Provider when it should be some value. Provider can be hanged, or there is an error inside of it.

Look the Provider audit log to determine the cause.

20050ERR_OPEN_SESSIONError when trying to open a session with the provider.
20051ERR_REGISTER_LICENSEError trying to register the license in the provider.
20052ERR_TICKET_FETCH_INVALIDError during the processing of a request. The provider answered an invalid ticket number.
20053ERR_NONE_TICKET_PENDINGThere is no ticket pending.
20054ERR_TICKET_FETCH_NOT_RESPONDEThe request to the provider is hanged.
20055ERR_TICKET_FETCH_UNKNOWNError fetching the ticket. Unknown error.
20056ERR_EMPTY_SIGNATUREEmpty signature sent to sign.
20057ERR_PROVIDER_FETCH_TIMEOUTLimit to get a response from the provider was reached.
20058ERR_EMPTY_CERTSELECTORNone certificate was selected to sign.
20059ERR_PROVIDER_NOT_FOUNDThere is none provider enabled to administer the certificate selected to generate the signature.
20060ERR_REQUIRE_EXTEND_TIMEOUTLimit to get a response from the provider was reached, but there is a request to extend the time.
20061ERR_TICKET_NOT_PROCESSEDThe tiecket is never processed, so probably the provider is processing another hanged ticket.
20062ERR_INVALID_SESSIONThe session belong to a different user.
20070ERR_OPERATION_UNKNOWNThe kind of operation is unknown.
20071ERR_OPERATION_NOT_IMPLEMENTEDThe operation is not implemented in this version.
20080ERR_CERTIFICATE_NOT_FOUND

The certificate indicated was not found.

A possible error is that the CertificateSelector or Filter is to strict.

20081ERR_INVALID_DATA2SIGNInvalid data to sign.
20082ERR_KEYSTORE_NOT_SUPPORTEDKeyStore not supported.
20083ERR_EMPTY_KEYSTORE_IDEmpty KeyStore informed.
20090ERR_PROVIDER_NOT_RESTARTThere was an error when the provider need to be restarted (and it was not possible).


Information Codes

These codes are used to inform some special condition of keystore or certificate.

Code NameDescription
20201INF_ALREADY_INITIALIZEDAlison library was already initialized.
20202INF_CACHE_LOADEDThe value returned (mainly the list of certificate) was retrieved from the cache.


User response

Code NameDescription
0OKSuccess, no error
20301USR_CANCELUser cancel
20305USR_CHANGE_PASSWORDUser changed password
20307USR_DISABLEUser disabled button
20308USR_ACCEPTUser accept button

.

AlisonJS Library

Code NameDescription
20401ERR_UNDEFINED_ERRORUndefined AlisonJS Error.
20404ERR_PROVIDER_NOT_FOUNDCertificate Provider was not found.
20405ERR_MALFORMED_LICENSEAccessToken or License is malformed.

.

Code NameDescription
20501ERR_INVALID_COMMANDInvalid command sent to the extension.
20502ERR_NONE_COMMAND_SENDNon command was sent to the extension.
20503ERR_PROVIDER_COMM_TIMEOUTCommunication timeout with the provider.
20504ERR_PROVIDER_COMM_EXCEPTIONException raised during communication with the provider.
20505ERR_NOT_SUPPORTED_PROTOCOLProtocol version not supported.
20506ERR_MISSING_OR_INVALID_PARAMInvalid param: missing or invalid param (malformed).



Alison Desktop Error Codes


User response

Code NameDescription
0OKSuccess, no error
20301USR_CANCELUser press cancel button or option.
20302USR_CLOSEUser press close button or option.
20303USR_STOPUser press stop button or option.
20304USR_ACCEPTUser press accept button (alison-sdk v2)
20305USR_CHANGE_PASSWORDUser press option changed password
20307USR_DISABLEUser disabled button
20308USR_ACCEPTUser accept button
Code NameDescription
20501ERR_INVALID_COMMANDInvalid command sent to the extension.
20502ERR_NONE_COMMAND_SENDNon command was sent to the extension.
20503ERR_PROVIDER_COMM_TIMEOUTCommunication timeout with the provider.
20504ERR_PROVIDER_COMM_EXCEPTIONException raised during communication with the provider.
20505ERR_NOT_SUPPORTED_PROTOCOLProtocol version not supported.
20506ERR_MISSING_OR_INVALID_PARAMInvalid param: missing or invalid param (malformed).

Desktop errors

CodeNameDescription
20601ERR_RUNTIME_GENERICError during execution (throwable exception)
20602ERR_EXCEPTION_GENERICError during execution
20603ERR_CANNOT_PARSE
20604ERR_UNDEFINED_RESPONSE
20607ERR_RESTART_REQUIRED

Provider need to be restarted.

Shared between SDK-AlisonDesktop

20608ERR_TIMEOUT
20609ERR_EMPTY_OR_INVALID_FIELDSEmpty parameters
20610ERR_LICENSE_EXPIRED
20611ERR_LICENSE_INSTALL
20612ERR_CANNOT_DECRYPT_LICENSE

V1 protocol: Malformed License String.

V2 protocol: Could not parse JWT Token. Usually because  JWT signature does not match locally computed signature, or JWT validity cannot be asserted and should not be trusted.

20613ERR_ORIGINHEADER_VS_LICENSE
20614ERR_TICKET_QUEUE_FULL
20615ERR_AUTHTOKEN_EXPIRED
20616ERR_CRC_CHECK_FAIL
20617ERR_OPERATION_NOT_AVAILABLE
20618WRN_TOKEN_NOT_INITIALIZED
20621ERR_CREATING_SESSION
20622ERR_OPEN_SESSION
20623ERR_SESSION_EXPIRED
20624ERR_CANNOT_FIND_SESSION
20625ERR_ORIGIN_OR_HOST_HEADER_EMPTY
20626ERR_CA_INSTALL_CAPI
20627ERR_CA_INSTALL_FF
20628ERR_LICENSE_INVALID
20630ERR_TICKET_NONE_PENDING
20631ERR_TICKET_INVALID_ID
20632ERR_FETCHING_TICKET
20633ERR_SIGN
20634ERR_MIGRATE_CERTIFICATE
20635ERR_GET_CERTIFICATE_LIST
20636ERR_GEN_CSR
20637ERR_GET_KEYSTORE_INFO
20638ERR_GET_SYSTEM_INFO
20639ERR_CHANGE_PASSWORD
20640ERR_CANNOT_LOAD_USER_PREF
20641ERR_CANNOT_SAVE_USER_PREF
20642ERR_CANNOT_GET_ANY_INTERFACE
20643ERR_CANNOT_STOP_SERVER
20644ERR_CANNOT_RESTART_INSTANCE
20645ERR_UIMANAGER
20646ERR_TRAY_UNSUPPORTED
20647ERR_INCORRECT_MODE
20648ERR_CANNOT_GET_ALL_INTERFACES
20649ERR_INTERFACE_ALREADY_TAKEN
20650ERR_CERT_CANNOT_LOAD
20651ERR_CERT_CANNOT_PARSE
20652ERR_CERT_CANNOT_FIND_DUMMY
20653ERR_CERT_CANNOT_GENERATE_DUMMY
20654ERR_CERT_CANNOT_REMOVE
20655ERR_CERT_CANNOT_INSTALL
20656ERR_P7B_CANNOT_PARSE
20657ERR_P7B_CANNOT_INSTALL
20658ERR_P7B_CANNOT_INSTALL_MISSING_PK
20659ERR_METHOD_NOT_ALLOWED
20660ERR_KP_CANNOT_GENERATE
20661ERR_CSR_CANNOT_GENERATE
20662ERR_SIGN_CANNOT_GENERATE
20663ERR_GET_ALIASES
20664ERR_GET_CERTIFICATE
20665ERR_IMPORT
20666ERR_EXPORT
20667ERR_CHANGE_PW
20668ERR_GET_PKE
20669ERR_GET_ALIAS_CSP
20670ERR_POL_REQUIRE_LOGIN
20671ERR_POL_INVALID_CREDENTIAL
20672ERR_POL_PASSWORD_COMPLEXITY
20673ERR_POL_PROFILE_PERM_LOCKED
20674ERR_POL_PROFILE_TEMP_LOCKED
20675WRN_POL_PROFILE_PASS_EXPIRED
20676WRN_POL_PROFILE_PASS_CLOSE2EXPIRE
20677ERR_POL_PROFILE_PASS_DEFAULT
20680ERR_PTA_GENERAL_ERRORError with Symantec Personal Trust Agent
20681ERR_CSK_GENERAL_ERRORGeneral error with Alison KeyStore
20682ERR_CANNOT_RESTART_INTERFACESCannot restart interfaces
20701ERR_KEYSTORE_CANNOT_DETECT
20702ERR_KINFO_CANNOT_GET
20703ERR_KINFO_CANNOT_GET_SLOT_LIST
20704ERR_KINFO_CANNOT_GET_SLOT
20705ERR_KINFO_CANNOT_GET_SLOT_X509
20710ERR_KEYSTORE_CANNOT_INIT
20711ERR_KEYSTORE_CANNOT_LOAD
20712ERR_KEYSTORE_CANNOT_LOGOUT
20713ERR_KEYSTORE_NONE_PROTOCOL
20714ERR_KEYSTORE_UNSUPPORTED
20715ERR_KEYSTORE_NOT_LOADED
20716INF_DEVICE_MEMORY_ALMOST_FULLDevice without space to store a certificate.
20717ERR_DEVICE_NOT_IMPLEMENTED
20718ERR_DEVICE_SLOT_NOT_FOUND
20719ERR_KEYSTORE_CANT_GEN_SELFSIGNED
20720ERR_KEYSTORE_SESSION_NULL
20721ERR_KEYSTORE_CANNOT_OPEN
20722ERR_KEYSTORE_CANNOT_CREATE
20723ERR_KEYSTORE_CANNOT_EXPORTPrivate key is not accessible to export
20724ERR_NONE_DEVICE_CONECTEDDevice not connected
20725ERR_PKCS12_NOT_FOUND
20726ERR_CERT_ALREADY_IN_KEYSTORECertificate already installed in the Keystore
20727ERR_CERT_NOT_FOUND_IN_KEYSTORECertificate not found in Keystore
20728ERR_WRONG_KEYSTOREWrong Keystore during the installation of a certificate
20729ERR_CORRUPT_KEYSTOREKeystore corrupt
20730ERR_CANNOT_OPEN_GUICannot open a window
20731ERR_DEVICE_WITHOUT_MEMORYDevice without memory
20732ERR_OBSOLETE_DRIVERObsolete drivers
20733ERR_INVALID_MECHANISMInvalid algorithm or parameters (sometimes is required a SHA1withRSA signature and this algorithm was disabled on FIPS devices)
20734ERR_KEYSTORE_ALREADY_EXISTSKeystore already exists
20735ERR_KEYSTORE_NOT_INITIALIZEDKeystore not initialized
20736ERR_FF_NSS_PROFILE_CHANGEDFirefox NSS profile changed. It's necessary to restart Alison-Desktop to load the new profile
20737ERR_CANNOT_GET_JENY_ENTRY
20738ERR_KEYSTORE_CANNOT_PARSE_URI
20739

ERR_KEYSTORE_CANNOT_GEN_REQUEST

Cannot generate a PKCS10 request
20740

ERR_PRIVKEY_NOT_FOUND

Cannot retrieve the private key. This error can happen when a certificate is going to be installed.
20750WRN_CERTITICATE_FILTEREDThis certificate was filtered by Alison-Desktop
20760ERR_MTOKEN_ATTRIBUTE_TYPE_INVALID
20801ERR_CHALLEGE_SV_HTTP_STATUS_CODE
20802ERR_CHALLEGE_SV_POST
20803ERR_CHALLEGE_INTERNAL_CODE
20851ERR_CREDENCIAL_STATUS_INVALID
20852ERR_CREDENCIAL_STATUS_BLOCKED
20853ERR_CREDENCIAL_NOT_PRESENT
20901ERR_LOADING_CERTS_CAPI
20902ERR_LOADING_CERTS_NSS_FIREFOXError loading NSS Firefox certfificates
20903ERR_LOADING_CERTS_KEYCHAIN
20904ERR_LOADING_CERTS_CSK
20905ERR_LOADING_CERTS_PKCS11_ETOKEN
20907ERR_LOADING_CERTS_PKCS11_GENERIC
20910ERR_LOADING_CERTS_P12


Alison KeyStore errors

CodeNameDescription
21001ERR_NONE_HWID_FOUNDNone HWID available to protect the profile
21051ERR_CANT_SPLIT_MASTERKEYIt was not possible to split master key
21052ERR_CANT_RECOVER_MASTERKEYIt was not possible to rebuild master key
21053ERR_CANT_SPLIT_HWID_MASTERKEYIt was not possible to split Masterkey HWID slice
21061ERR_CANT_ENCRYPT
21062ERR_CANT_CREATE_KEY_PROTECProblem trying to create keyProtector for a private key
21063ERR_PRIVATE_KEY_NOT_PKCS8Private key not in PKCS#8 format
21064ERR_CANT_RECOVER_KEYIt can not recover private key
21065ERR_CANT_DECRYPT_KEYIt's not possible to decrypt the key
21066ERR_CANT_ENCRYPT_PRIVATE_KEYIt's not possible to encrypt the key
21067ERR_CANT_ENCRYPT_KEYIt's not possible to encode the preKey
21068ERR_CANT_ENCODE_PREHASHIt's not possible to encode the preKey
21071ERR_CANT_OVERWRITE_CERTIt's not possible to overwrite the certificate
21072ERR_CANT_OVERWRITE_KEYIt's not possible to overwrite the key
21081ERR_IDLE_TIMEOUTOpened Keystore Timeout
21082ERR_CANNOT_LOGOUTError trying to logout
21083ERR_CANNOT_OPEN_KEYSTOREError trying to reopen the Keystore
21084ERR_SAVING_PROFILEError trying to save the profile
21085ERR_LOADING_PROFILEError trying to load the profileError trying to open a GUI interface for initialization
21086ERR_CANNOT_INIT_GUI
21087ERR_CANNOT_UPDATE_KEYSTOREError trying to upgrade profile version
21091ERR_WRONG_PARAMS
21092ERR_CANNOT_CREATE_KEYSTOREError trying to create the profile
21093ERR_CANNOT_CHPWD_GUI
21094ERR_CANNOT_OPEN_GUI
21101ERR_HWID_NOT_INITIALIZEDHWID not initialized
21102ERR_INVALID_PASSWORDInvalid Password
21103ERR_INVALID_HWIDInvalid HWID. Probably user changed computer components
21201ERR_PROFILE_LOCKEDProfile locked
21202ERR_PROFILE_WITH_ERRORProfile with error
21203ERR_PROFILE_TAMPEREDProfile changed from another program
21204ERR_PROFILE_INVALID_CSKMAGICProfile looks not a CSK profile
21205ERR_PROFILE_UNSUPPORTED_HWIDHWID not supported by this Alison-Desktop version
21206ERR_PROFILE_UNINITIALIZED_HWIDHWID not initialized. This HWID version is supported, but there was some problem trying to initialize it
21207ERR_PROFILE_ENTRY_ERRORError trying to read an entry
21208ERR_PROFILE_INVALID_PERMITIONSInvalid permissions
21209ERR_PROFILE_LOCKED_TEMPORALYProfile temporally locked
21210ERR_PROFILE_LOCKED_PERMANENTLYProfile permanently locked
22001ERR_NOT_IMPLEMENTED
22004ERR_CANNOT_INIT_GUI
22006ERR_WRONG_PARAMS
22007ERR_IDLE_TIMEOUT
22008ERR_CANNOT_CHANGE_PASSWORDError trying to change the password
22009ERR_HINT_NOT_AVAILABLEIt was not possible to access Password HINTs feature
22010ERR_CANNOT_LOGINIt was not possible to login into the profile or device
22011ERR_CANNOT_LOGOUTIt was not possible to logout from the profile or device



Debbie Error Codes



CodeNameDescription
30001ERR_UNDEFINED_RESPONSEUndefined response.
30010ERR_LOGGER_UNDEFINED

Undefined logger.

30011ERR_CONFIG_FILE_EMPTY

Empty configuration filename.

30012ERR_LOADING_CONFIG_FILE

An error occurred while trying to load the configuration file.

30013ERR_CONFIG_FIELD_MISSINGMissing field on the configuration file.
30014ERR_INVALID_SIGNATURE_FORMAT

Invalid signature type format.

30015ERR_EMPTY_PARAMETEREmpty parameter.
30016ERR_CANNOT_CREATE_HTTPSERVER

Error trying to create HTTP server.

30017ERR_INVALID_SIGNATURE

Error trying to validate the signature.

30018ERR_EMPTY_SIGNATURE_INFO

Unable to retrieve information about the signature. The signature must be considered invalid.

It is possible that the format of the signed text is using a set of characters other than those defined in the Debbie configuration file.

30019NOT DEFINEDNot defined
30020ERR_CANNOT_LOAD_CERT

Unable to load the certificate file that is used for validation.

30021ERR_READING_VALIDATION_LEVEL

Unable to read the desired validation level.

30022ERR_INVALID_VALIDATION_LEVEL

Incorrect certPolicyLevel value.

30023ERR_CANNOT_SET_CRL

Unable to set the CRL URL to download.

30024ERR_CANNOT_GET_CRL

Unable to get the requested CRL.

30025ERR_CANNOT_GET_OCSP_RESPONSE

Unable to get the requested OCSP response.

30030ERR_LICENSE_EXCEPTION

Error trying to process license code.

30031ERR_LIC_NET_INTERFACE_NOT_FOUND

Unable to find the licensed network interface.

30032ERR_LIC_MAC_ADDR_NOT_FOUND

Unable to find the licensed the MAC address.

30033ERR_LICENSE_REQUEST_PENDING

There is a pending license request generated.

30034ERR_LIC_REQUEST_GENERATION

Unable to generate license request.

30035ERR_LIC_CANNOT_VALIDATE_CODE

Unable to validate license code.

30036ERR_LICENSE_WRONG_FORMAT

Invalid license code format.

30037ERR_LICENSE_INVALIDInvalid license.
30038ERR_LICENSE_EXPIREDExpired license.
30039ERR_LICENSE_VALIDATING

Error trying to validate license code.

30050ERR_SIGNATURE_FORMAT_INVALID

Invalid signature format. In CAdES you might have the signed data included.

30051ERR_SIGNATURE_NONE_SIGNERNo signer certificate found.
30052ERR_SIGNATURE_CORRUPT

Invalid P7B file.

30053ERR_NONE_CERTIFICATE_FOUND

Unable to find a certificate to validate.

30054ERR_SIGNATURE_NOT_COVER_WHOLE_DOC

The signature does not cover the full PDF document.

30055ERR_PDF_CORRUPT

Unable to open PDF. The file format is corrupt.

30056ERR_PDF_IS_PASSWORD_PROTECTED

Unable to open PDF. Password protected PDF.

30057ERR_PDF_NO_SIGNATURES_FOUND

Unable to find signatures in the PDF.

30058ERR_PDF_FILE_NOT_FOUND

Unable to find PDF file.

30060ERR_DISABLED_VALIDATIONPolicy is disabled.
30061ERR_READING_STATUS

An error occurred trying to read Status from the configuration file.

30062ERR_PKCS1_CORRUPT

Invalid PKCS#1 file.

30070ERR_CERTIFICATE_SELF_SIGNEDSelf-signed certificate
30071ERR_UNREACHED_TRUST_LEVEL

Incorrect certificate trust level. It may not have been issued by this Certifying Authority.

30072ERR_CERTIFICATE_EXPIREDExpired certificate.
30073ERR_CERTIFICATE_SUSPENDEDSuspended certificate.
30074ERR_CERTIFICATE_REVOKEDRevoked certificate.
30075ERR_VALIDATING_CERTIFICATEA general error occurred while trying to validate the certificate.
30076ERR_FILTERS_DONT_MATCHThe certificate does not comply with the indicated filter.
30077ERR_CRL_EXPIREDThe CRL used to validate the certificate is expired.
30078ERR_CERT_STATUS_UNKNOWN

Unable to determine the certificate status.

30080ERR_OCSP_STATUS_UNKNOWN

The OCSP responder was unable to determine the certificate status.

30081ERR_OCSP_CERT_NOT_YET_VALID

The OCSP Responder certificate is not yet valid.

30082ERR_OCSP_CERTIFICATE_EXPIREDThe OCSP Responder certificate has expired
30083ERR_CANNOT_SET_OCSP

Unable to set the OCSP responder URL.

30084ERR_CANNOT_SET_OCSP_TEST_CERTIFICATE

Unable to set the test certificate for the OCSP responder.

30085ERR_CERTIFICATE_NOT_IN_RANGE

Certificate expiration outside the defined time window.

30086ERR_SIGNATURE_NOT_IN_RANGE

Certificate signature outside the defined time window.

30087ERR_SIGNED_WITH_REVOKED_CERTIFICATEA signature was made with a revoked certificate.
30088ERR_SIGNED_WITH_EXPIRED_CERTIFICATEA signature was made with an expired certificate.

30089

ERR_INVALID_CERTIFICATE_WINDOW

Invalid certificate validity window in subpolicy.

30090

ERR_INVALID_SIGNATURE_WINDOW

Invalid signature validity window in subpolicy

40000ERR_CONN_REFUSEDCould not connect to Debbie, connection refused.
40001ERR_METH_NOT_ALLOWEDDebbie is incorrectly configured.
40002ERR_NOT_FOUNDCould not connect to Debbie.
40003ERR_JSON_PARSERError parsing a JSON structure
40004ERR_CONN_TIMEOUTConnection timeout
40005ERR_INTERNAL_SERVERInternal server error



Alison Server


Credential Services

CodeNameDescription

51001


Credential not found
51002
Cannot get Credentials
51003
Cannot get Credential
51004
Cannot delete Credential
51005
Cannot create Credential
51006
Credential is linked to an active WebCertificate
51007

Credential type unsupported

WebCertificate Services

CodeNameDescription

51101


Cannot get WebCertificates
51102
Cannot get WebCertificate
51103
Cannot remove WebCertificate
51104
Cannot patch WebCertificate
51105
Cannot create WebCertificate
51106
Cannot sign with WebCertificate
51107
WebCertificate not found

General

CodeNameDescription

51201


Tenant not found
51301
Cannot validate Credential
51302
Validation mode unsupported
51501
Cannot get a certificate thumbprint
51502
Cannot convert X509Certificate to PEM
51503
Cannot sanitize PKCS7
51504
Cannot get PKCS7 Certificate Chain
51505
Cannot get PKCS7 Certificate User
51601
Cannot parse X509Certificate User
51701
Cannot update KeyStore entry
51702
Cannot create KeyStore entry
51703
Cannot get KeyStore entry
51704
Cannot get Provider
51705
Afirma sign failure

Security Services

CodeNameDescription

51802


Access Denied by Authority
51803
Access Denied by Scope
51804
API Group Access
51805
Tenant Name Access
51806
Seat Identifier Access

General Services

CodeNameDescription

51901


Cannot get ServerKeyStore instance
51902
Cannot load ServerKeyStore
51903
Cannot save ServerKeyStore
51904
ServerKeyStore must be loaded
51905
Cannot get X509Certificates
51906
ServerKeyStore must be writable
51907
Cannot add Entry to ServerKeyStore
51908
Cannot get Entry in ServerKeyStore
51909
Cannot init ServerKeyStore
51910
Cannot update Entry in ServerKeyStore
52001
Failure in MobileAuth validation
52101
Field validation fail

Client Services

CodeNameDescription
53001
Client already exists
53002

Client not found

53003

Cannot create Client

53004
Cannot update Client
53005
Cannot delete Client

Mobile Auth Device Enroll Service

CodeNameDescription
53052
Mobile Auth Device Enroll is not Pending
53051
Activation fail
53053
Creation fail
53054
Cannot create Mobile Auth Device Enroll
53055
Mobile Auth Device Enroll not found
53056
Cannot delete Mobile Auth Device Enroll

Mobile Auth Device Service

CodeNameDescription
53101
MobileAuth Device not found
53102
Cannot validate MobileAuth Device
53103
Cannot delete MobileAuth Device

Mobile Auth Device Mechanisms

CodeNameDescription
53151
Push Send fail
53152
OTP Validation fail
53153
Cannot retrieve detect id status
53154
Push message not found
53155
Push mode not supported
53156
Unexpected push message status

Mobile Auth Device Mechanisms

CodeNameDescription
53201
Unexpected result code
53202
Error connecting DetectId Server
CodeNameDescription
53251
Access Denied by Authority
53252
API Group Access




  • No labels