[DOC] REST- slight clarification on error formatting

This commit is contained in:
mDuo13
2014-10-08 14:50:16 -07:00
parent 07a92022b3
commit eb33c7e446

View File

@@ -189,9 +189,9 @@ When possible, the server provides a JSON response body with more information ab
| Field | Type | Description |
|-------|------|-------------|
| success | Boolean | `false` indicates that an error occurred. |
| error_type | String | A short string identifying a general category for the error that occurred. |
| error | String | The specific error that occurred |
| message | String | A longer human-readable string explaining why the error occurred. |
| error_type | String | A short code identifying a general category for the error that occurred. |
| error | String | A human-readable summary of the error that occurred. |
| message | String | (May be omitted) A longer human-readable explanation for the error. |
Example error: