General Error Codes
General Error codes describe errors that occur during the processing of API method requests. These errors are based on:
- The current state of the conceptual communication state model (ex: initialized, running, terminated, etc.)
- The type of API request being processed by the API Instance.
There are 13 error conditions within General Error codes. They are:
General Exception (101)
General Initialization Failure (102)
Already Initiated (103)
Content Instance Terminated (104)
General Termination Failure (111)
Termination Before Initialization (112)
Termination After Termination (113)
Retrieve Data Before Initialization (122)
Retrieve Data After Termination (123)
Store Data Before Initialization (132)
Store Data After Termination (133)
Commit Before Initialization (142)
Commit After Termination (143)
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".