Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an error from a failed workbook operation.
Properties
| Property | Type | Description | 
|---|---|---|
| code | String | The error code. | 
| innererror | error object | Optional. Other error objects that may be more specific than the top level error. | 
| message | String | The error message. | 
JSON representation
The following JSON representation shows the resource type.
{
  "code": "String",
  "innererror": { "@odata.type": "odata.error" },
  "message": "String"
}