Error type
An entity that contains information about an error.
Properties |
code |
Type |
string |
Description |
A code that identifies the error. |
Required |
true |
|
index |
Type |
number |
Default |
-1 |
Description |
If applicable, the zero based index of an item in a collection that is related to the error. |
Required |
false |
|
message |
Type |
string |
Description |
A human readable text that provides additional information about the error. |
Required |
false |
|