Error
The Bland-style error envelope shared by every failure response (api_public.exceptions).
statusstringrequired
Always error.
messagestringrequired
A short human-readable summary (the first detail).
errorsstring[]required
Every error detail as a flat list of strings (field errors are field: message).
Error
{
"status": "string",
"message": "string",
"errors": [
"string"
]
}