ErrorModel interface

Default error model

Properties

code

Gets or sets the code. NOTE: This property will not be serialized. It can only be populated by the server.

details

Gets or sets the details. NOTE: This property will not be serialized. It can only be populated by the server.

message

Gets or sets the messages. NOTE: This property will not be serialized. It can only be populated by the server.

target

Gets or sets the target. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

Gets or sets the code. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

details

Gets or sets the details. NOTE: This property will not be serialized. It can only be populated by the server.

details?: ErrorModel[]

Property Value

message

Gets or sets the messages. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

target

Gets or sets the target. NOTE: This property will not be serialized. It can only be populated by the server.

target?: string

Property Value

string