ErrorModel interface

Standard error object.

Properties

code

Server-defined set of error codes. NOTE: This property will not be serialized. It can only be populated by the server.

details

Array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server.

innerError

Object containing more specific information than the current object about the error. NOTE: This property will not be serialized. It can only be populated by the server.

message

Human-readable representation of the error. NOTE: This property will not be serialized. It can only be populated by the server.

target

Target of the error. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

Server-defined set of error codes. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

details

Array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server.

details?: ErrorModel[]

Property Value

innerError

Object containing more specific information than the current object about the error. NOTE: This property will not be serialized. It can only be populated by the server.

innerError?: ErrorInnerError

Property Value

message

Human-readable representation of the error. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

target

Target of the error. NOTE: This property will not be serialized. It can only be populated by the server.

target?: string

Property Value

string