RestErrResponse
RestErrResponse
JSON Example
{
"code": 0,
"context": {},
"error": "string",
"status": "string"
}
integer
code
Optional
Application-specific error code.
object
context
Optional
Application context.
string
error
Optional
Error message.
string
status
Optional
Status text.
Returned By