Options
All
  • Public
  • Public/Protected
  • All
Menu

Web PKI error codes.

Index

Enumeration members

ADDON_NOT_DETECTED

ADDON_NOT_DETECTED: = "addon_not_detected"

The Internet Explorer Addon was not detected. It is not installed or not working well.

ADDON_SEND_COMMAND_FAILURE

ADDON_SEND_COMMAND_FAILURE: = "addon_send_command_failure"

The Internet Explorer Addon failed to send command to the native component.

ADDON_TIMEOUT

ADDON_TIMEOUT: = "addon_timeout"

The Internet Explorer Addon did not respond

ALGORITHM_NOT_SUPPORTED

ALGORITHM_NOT_SUPPORTED: = "algorithm_not_supported"

BLOCKED_DOMAIN

BLOCKED_DOMAIN: = "blocked_domain"

CERTIFICATE_NOT_FOUND

CERTIFICATE_NOT_FOUND: = "certificate_not_found"

The selected certificate was not found on user store or crypto device. If a crypto device use is intended, check is drivers or PKCS#11 configuratin is setup properly.

COMMAND_DECRYPT_ERROR

COMMAND_DECRYPT_ERROR: = "command_decrypt_error"

COMMAND_INVALID_PARAMETER

COMMAND_INVALID_PARAMETER: = "command_invalid_parameter"

A command parameter is not valid.

COMMAND_NOT_SUPPORTED

COMMAND_NOT_SUPPORTED: = "command_not_supported"

The request command is not supported on the user Operating System.

COMMAND_PARAMETER_NOT_SET

COMMAND_PARAMETER_NOT_SET: = "command_parameter_not_set"

A mandatory command parameter is missing in the request.

COMMAND_PARAMETER_NOT_SUPPORTED

COMMAND_PARAMETER_NOT_SUPPORTED: = "command_parameter_not_supported"

A command parameter is not supported on this platform

COMMAND_UNKNOWN

COMMAND_UNKNOWN: = "command_unknown"

The request command is unknown.

CSP_INVALID_ALGORITHM

CSP_INVALID_ALGORITHM: = "csp_invalid_algorithm"

CSP_INVALID_PROVIDER_TYPE

CSP_INVALID_PROVIDER_TYPE: = "csp_invalid_provider_type"

CSP_KEYSET_NOT_DEFINED

CSP_KEYSET_NOT_DEFINED: = "csp_keyset_not_defined"

Certificate key not found. Please check if the selected certificate smart-card or USB token is connected to your computer or remove and insert it again.

DECODE_ERROR

DECODE_ERROR: = "decode_error"

INTERNAL

INTERNAL: = "internal"

Internal error.

INVALID_OPERATION

INVALID_OPERATION: = "invalid_operation"

IO_ERROR

IO_ERROR: = "io_error"

JSON_ERROR

JSON_ERROR: = "json_error"

KEYCHAIN_ERROR

KEYCHAIN_ERROR: = "keychain_error"

KEYCHAIN_SIGN_ERROR

KEYCHAIN_SIGN_ERROR: = "keychain_sign_error"

KEYSET_NOT_FOUND

KEYSET_NOT_FOUND: = "keyset_not_found"

The private key was not found for the selected certificate.

LICENSE_DOMAIN_NOT_ALLOWED

LICENSE_DOMAIN_NOT_ALLOWED: = "license_domain_not_allowed"

The license passed does not allow the domain being used.

LICENSE_EXPIRED

LICENSE_EXPIRED: = "license_expired"

The license passed has expired.

LICENSE_INVALID

LICENSE_INVALID: = "license_invalid"

The license passed is not valid.

LICENSE_NOT_SET

LICENSE_NOT_SET: = "license_not_set"

A license is required and was not set. See constructor.

LICENSE_RESTRICTED

LICENSE_RESTRICTED: = "license_restricted"

The license passed does not allow the requested command.

MOBILE_NOT_AUTHORIZED

MOBILE_NOT_AUTHORIZED: = "mobile_not_authorized"

MOBILE_SEND_MESSAGE

MOBILE_SEND_MESSAGE: = "mobile_send_message"

MOBILE_TIMEOUT

MOBILE_TIMEOUT: = "mobile_timeout"

NATIVE_CONNECT_FAILURE

NATIVE_CONNECT_FAILURE: = "native_connect_failure"

The web extension failed to connect to native component.

NATIVE_DISCONNECTED

NATIVE_DISCONNECTED: = "native_disconnected"

The native component disconnected from web extension.

NATIVE_NO_RESPONSE

NATIVE_NO_RESPONSE: = "native_no_response"

The web extension did not receive a response from native component.

OS_NOT_SUPPORTED

OS_NOT_SUPPORTED: = "os_not_supported"

The user Operating System is not supported

P11_ERROR

P11_ERROR: = "p11_error"

Error on PKCS#11 communication.

P11_NOT_SUPPORTED

P11_NOT_SUPPORTED: = "p11_not_supported"

The device does not support the PKCS#11 requested operation.

P11_TOKEN_NOT_FOUND

P11_TOKEN_NOT_FOUND: = "p11_token_not_found"

The selected device was not found. Disconnected or PKCS#11 not being recognized.

REST_PKI_GET_PENDING_SIGNATURE

REST_PKI_GET_PENDING_SIGNATURE: = "rest_pki_get_pending_signature"

Error while getting pending signature on signWithRestPki method.

REST_PKI_INVALID_CERTIFICATE

REST_PKI_INVALID_CERTIFICATE: = "rest_pki_invalid_certificate"

The Rest PKI did not accept the selected certificate.

REST_PKI_POST_SIGNATURE

REST_PKI_POST_SIGNATURE: = "rest_pki_post_signature"

Error while sending signature on signWithRestPki method.

SIGNED_PDF_TO_MARK

SIGNED_PDF_TO_MARK: = "signed_pdf_to_mark"

UNDEFINED

UNDEFINED: = "undefined"

Undefined error.

USER_CANCELLED

USER_CANCELLED: = "user_cancelled"

User cancelled the operation.

VALIDATION_ERROR

VALIDATION_ERROR: = "validation_error"

Validation error.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc