ErrorResponse
error object
Structured error envelope used across the platform's v1 surfaces.
codestring
Stable, machine-readable error code (e.g. MISSING_PERMISSION, INSUFFICIENT_CREDITS).
messagestring
Human-readable description.
timestampdate-time
details object
property name*any
ErrorResponse
{
"error": {
"code": "string",
"message": "string",
"timestamp": "2024-07-29T15:51:28.071Z",
"details": {}
}
}