Skip to main content

Error Response Format

This is what our error responses look like generally

{
"success": false,
"error": "Human readable error message",
"code": "ERROR_CODE",
"details": { }
}