Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.1 KB

File metadata and controls

61 lines (46 loc) · 1.1 KB
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 07/25/2024

onenoteOperationError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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