Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.12 KB

File metadata and controls

57 lines (44 loc) · 1.12 KB
title operationError resource type
description Describes errors in teamsAsyncOperation.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice teams
author billbliss
ms.date 07/22/2024

operationError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Describes errors in teamsAsyncOperation.

Properties

Property Type Description
code string (readonly) Operation error code.
message string (readonly) Operation error message.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "code": "TeamUnavailable",
    "message": "The team was not found."
}