Status Code | Description |
---|---|
0 | SUCCESS A command was successfully executed. |
400 | ILLEGAL_ARGUMENT_ERROR Error with input - The error message will start with: "Illegal argument from request:" followed by the specific error condition. |
403 | FORBIDDEN_ERROR Key related error - The error message will attempt to explain why there was an error with the key and should provide a link to the Developer Network. |
500 | UNKNOWN_ERROR Unknown error - The error message will start with:"Error processing request:" followed by the message from the exception. |
700 | INVALID_FIELD_ERROR The field cannot be created as a result of an invalid character in the field name which is not accepted by Data Manager. |
701 | INVALID_DATA_ERROR The data cannot be uploaded as a result of an invalid character. |
702 | UPLOAD_DATA_ERROR An error has occurred during the upload process. |
703 | UPLOAD_DATA_FILE_SIZE_ERROR The data file size is too large to upload. |