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

Compare with Current View Page History

« Previous Version 4 Next »

Error Response

Description

This response type is returned when an error occurs with any command type.

Response

ErrorResponse
Field NameData typeDescriptionMandatory?
errorCodeIntAn Integer representing the error code for a specific errorY
errorMessageStringA description of the error.N

Possible Errors

 While each operation describes some errors particular to its execution, the following errors are fairly generic and can be seen in a wide variety of operations. This list is a possible super-set of errors that can be thrown and are applicable to all operations.

Error CodeError DefinitionError Description
1300LOW_MEMORYServer does not have enough free memory to complete the operation
1000UNCLASSIFIED_FAILUREThis error will be thrown as a last resort if an exception cannot be classified. This error will then have to be investigated and correctly classified
1100ENCODING_ERRORThere was an error whilst encoding a data entry (key / value)
 DECODING_ERRORThere was an error whilst decoding a data entry (key / value)
  • No labels