| title | onenoteOperationError resource type |
|---|---|
| description | An error from a failed OneNote operation. |
| author | jewan-microsoft |
| ms.localizationpriority | medium |
| ms.subservice | onenote |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
An error from a failed OneNote operation.
| Property | Type | Description |
|---|---|---|
| code | string | The error code. |
| message | string | The error message. |
None.
The following JSON representation shows the resource type.
{
"code": "string",
"message": "string"
}