ErrorResponseModelError interface
Gets or sets the error.
- Extends
Inherited 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. |
Inherited 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
Inherited From ErrorModel.code
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
Inherited From ErrorModel.details
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
Inherited From ErrorModel.message
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
Inherited From ErrorModel.target