Skip to content

voisona-talk-api


voisona-talk-api / ErrorResponse

Interface: ErrorResponse

Defined in: types.ts:251

Error response structure following Problem Details for HTTP APIs.

Properties

detail

detail: string

Defined in: types.ts:257

Detailed explanation of the error.


meta?

optional meta?: MetaInformation

Defined in: types.ts:259

Metadata information.


status

status: number

Defined in: types.ts:253

HTTP status code.


title

title: string

Defined in: types.ts:255

Short summary of the error.