Skip to main content

Default error response object that is returned when any error occurs.

statusCode
enum<number>
required

HTTP status code.

Available options:
100,
101,
102,
103,
200,
201,
202,
203,
204,
205,
206,
207,
208,
210,
300,
301,
302,
303,
304,
307,
308,
400,
401,
402,
403,
404,
405,
406,
407,
408,
409,
410,
411,
412,
413,
414,
415,
416,
417,
418,
421,
422,
423,
424,
428,
429,
456,
500,
501,
502,
503,
504,
505,
507,
508
Example:

400

timestamp
string
required

ISO 8601 Timestamp.

Example:

"2026-01-11T00:00:00.000Z"

path
string
required

Request Path.

Example:

"/pools"

traceId
string
required

Unique Trace ID for observability.

Example:

"req_123abc"

error
object
required

Error specifications.