Error Response Format
{
"success": false,
"error": "Human readable error message",
"code": "ERROR_CODE",
"details": { } // Optional additional context
}
{
"success": false,
"error": "Human readable error message",
"code": "ERROR_CODE",
"details": { } // Optional additional context
}