Documentation

ErrorStatus

Properties

Code

  • code: number

An integer that uniquely identifies an error type. This can be used to programmatically identify the type of error.

memberof

ErrorStatus

Detail

  • detail: string

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

memberof

ErrorStatus

Optional Details

A list of additional details about specific errors.

memberof

ErrorStatus

Status

  • status: number

The HTTP status code of the response.

memberof

ErrorStatus

Title

  • title: string

A short, human-readable summary of the problem type. It does not change between occurrences of the problem, except for purposes of localization.

memberof

ErrorStatus