API error response body

Hierarchy

  • JSONAPIErrorItem

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
detail?: string

A human-readable explanation specific to this occurrence of the error.

status?: string

Status code of the response.

title?: string

Short human-readable summary of the error.

Generated using TypeDoc