Previous Topic: ExceptionsNext Topic: CA Adapter Release Notes


Error Codes

The following table lists the error codes returned by ArcotID PKI APIs:

Code

Code Message

Description

Default Errors

1

E_UNKNOWN

Internal error.

Storage Errors (10-19)

11

E_STORE_WRITE

There was an error while saving the account.

12

E_STORE_READ

There was an error while reading the account.

13

E_STORE_DELETE

There was an error while deleting the account.

14

E_STORE_ACCESS

There was an error while accessing the account.

User Input Errors

31

E_BAD_NS

The namespace is invalid.

32

E_BAD_B64AID

The base64-encoded ArcotID PKI is invalid.

33

E_BAD_ID

The user identifier is invalid.

34

E_BAD_ACCOUNT

The URL of AuthMinder Server is not configured correctly.

35

E_BAD_PIN

The ArcotID PKI PIN entered by the user is invalid.

36

E_BAD_B64CHALL

The base64-encoded challenge sent by the AuthMinder Server is invalid.

Processing Errors

41

E_PROC_DEVLOCK

There was an error while locking the ArcotID PKI to the device.

42

E_PROC_CRYPTO

There was an error while performing the cryptographic operation.

43

E_ASN_READ

There was an Abstract Syntax Notation (ASN) error while reading the data.

44

E_ASN_WRITE

There was an ASN error while writing the data.