ErrorModel interface

Error definition.

Properties

code

Service specific error code which serves as the substatus for the HTTP error code. NOTE: This property will not be serialized. It can only be populated by the server.

details

An array of additional nested error response info objects, as described by this contract.

message

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

type

Service specific error type which serves as additional context for the error herein. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

Service specific error code which serves as the substatus for the HTTP error code. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

details

An array of additional nested error response info objects, as described by this contract.

details?: ErrorModel[]

Property Value

message

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

message?: string

Property Value

string

type

Service specific error type which serves as additional context for the error herein. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string