Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.18 KB

File metadata and controls

53 lines (42 loc) · 1.18 KB
title workbookOperationError resource type
description Represents an error from a failed workbook operation.
ms.localizationpriority medium
author grangeryy
ms.subservice excel
doc_type resourcePageType
ms.date 04/03/2024

workbookOperationError resource type

Represents an error from a failed workbook operation.

Properties

Property Type Description
code String The error code.
innererror error object Optional. Other error objects that may be more specific than the top level error.
message String The error message.

JSON representation

The following JSON representation shows the resource type.

{
  "code": "String",
  "innererror": { "@odata.type": "odata.error" },
  "message": "String"
}