onenoteOperationError resource type
Namespace: microsoft.graph
An error from a failed OneNote operation.
Properties
Property | Type | Description |
---|---|---|
code | string | The error code. |
message | string | The error message. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"code": "string",
"message": "string"
}