General Error Codes

General Error codes describe errors that occur during the processing of API method requests. These errors are based on:

There are 13 error conditions within General Error codes. They are:

Click the error conditions to learn more about them.

General Exception - An exception has occurred and a more specific error code is not available.

General Initialization Failure - A failure occurred while attempting to initialize the communication session. The conceptual communication state remains "Not Initialized".

Already Initialized - An attempt was made to reinitialize communication that has already been initialized. The conceptual communication state remains "Running".

Content Instance Terminated - An attempt was made to reinitialize communication by an instance of a content object with a communication state of "Terminated". The conceptual communication state remains "Terminated".

General Termination Failure - An attempt to terminate the communication session failed. No other error information is available. The conceptual communication state remains "Running".

Termination Before Initialization - An attempt was made to terminate communication before the session was even initialized. The conceptual communication state remains "Not Initialized".

Termination After Termination - An attempt was made to terminate communication that had already been terminated. The conceptual communication state remains "Terminated".

Retrieve Data Before Initialization - An attempt was made to retrieve a value for a data element before communication had been initialized. The conceptual communication state remains "Not Initialized".

Retrieve Data After Termination - An attempt was made to retrieve a value for a data element after communication had been terminated. The conceptual communication state remains "Terminated".

Store Data Before Initialization - An attempt was made to store a value for a data element before communication had been initialized. The conceptual communication state remains "Not Initialized".

Store Data After Termination - An attempt was made to store a value for a data element after communication had been terminated. The conceptual communication state remains "Terminated".

Commit Before Initialization - An attempt was made to commit data to storage before communication had been initialized. The conceptual communication state remains "Not Initialized".

Commit After Termination - An attempt was made to commit data to storage after communication had been terminated. The conceptual communication state remains "Terminated".