Error
Error
Error
An error represents a failed action in the API
Attributes
Name
Type
Description
Example
id
string
unique identifier of error pattern: ^\w+$
"example"
message
string
message of error
"example"
Error Info
Info for existing error.
GET /errors/{error_id}Curl Example
$ curl -n https://production-room-api.herokuapp.com/errors/$ERROR_IDResponse Example
Last updated