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.
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"
}