Documentation

ErrorStatus

Properties

Optional Code

  • code: number

An integer in the range 16000-16999 that uniquely identifies an error type. This can be used to programatically identify the type of error.

memberof

ErrorStatus

Optional 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

Optional Status

  • status: number

The HTTP status code of the response.

memberof

ErrorStatus

Optional Title

  • title: string

A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.

memberof

ErrorStatus

Optional Type

  • type: string

A URI that identifies the problem type and should provide documentation for the problem.

memberof

ErrorStatus