0
0
Fork 0

Add an additional datapoint in the error response

This commit is contained in:
Oliver-Akins 2020-12-16 16:16:31 -07:00
parent 3295747386
commit ee1f6f857b

View file

@ -3,6 +3,7 @@
| -------- | ---- | ----------- | -------- | ---- | -----------
| status | Integer | The response code of the server. This follows HTTP standards as described by [Mozilla's Documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) | status | Integer | The response code of the server. This follows HTTP standards as described by [Mozilla's Documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
| message? | String | More information relating to the response. This is set iff `success` is a non 2XX value. | message? | String | More information relating to the response. This is set iff `success` is a non 2XX value.
| source? | String | The event name that caused this response to be sent. This is set iff is a non 2XX value.
<br><br> <br><br>
--- ---