Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorModel

Package version

Error details.

Hierarchy

  • ErrorModel

Index

Properties

code

code: string

Server defined error code.

Optional details

details: ErrorModel[]

An array of errors that led to the reported error.

Optional innererror

innererror: InnerError

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

message

message: string

A human-readable representation of the error.

Optional occurredDateTime

occurredDateTime: Date

Date and time in UTC when the error occurred.

Optional target

target: undefined | string

The target of the error.

Generated using TypeDoc