Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorModel

Package version

The error object.

Hierarchy

  • ErrorModel

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

code

code: ErrorCode

One of a server-defined set of error codes.

Optional details

details: ErrorModel[]

An array of details about specific errors that led to this reported error.

Optional innererror

innererror: InnerErrorModel

An object containing more specific information than the current object about the error.

message

message: string

A human-readable representation of the error.

Optional target

target: undefined | string

The target of the error.

Generated using TypeDoc