Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Represents an error from a failed workbook operation.
Properties
| Property | Type | Description |
|---|---|---|
| code | String | The error code. |
| message | String | The error message. |
| innererror | error object | Optional. Other error objects that may be more specific than the top level error. |
JSON representation
The following JSON representation shows the resource type.
{
"code": "String",
"message": "String",
"innererror": { "@odata.type": "odata.error" }
}