clean-jsdoc-theme TypeDoc APIv0.0.0

ApiError

interface ApiError { code: string; details?: ErrorDetail[]; message: string; stack?: string; status?: HttpStatusCode; }

Source: api.ts:147

API error details


Properties

code: string

Error code (machine-readable)

details: ErrorDetail[]

Additional error details

message: string

Error message (human-readable)

stack: string

Stack trace (development only)

status: HttpStatusCode

HTTP status code