Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.02 KB

File metadata and controls

57 lines (42 loc) · 1.02 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 08/08/2024

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