Partager via


ErrorModel interface

Error details.

Properties

code

Server defined error code.

details

An array of errors that led to the reported error.

innererror

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

message

A human-readable representation of the error.

occurredDateTime

Date and time in UTC when the error occurred.

target

The target of the error.

Property Details

code

Server defined error code.

code: string

Property Value

string

details

An array of errors that led to the reported error.

details?: ErrorModel[]

Property Value

innererror

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

innererror?: InnerError

Property Value

message

A human-readable representation of the error.

message: string

Property Value

string

occurredDateTime

Date and time in UTC when the error occurred.

occurredDateTime?: Date

Property Value

Date

target

The target of the error.

target?: string

Property Value

string