Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.03 KB

File metadata and controls

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

operationError resource type

Namespace: microsoft.graph

Describes errors in teamsAsyncOperation.

operationError Properties

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

JSON representation

The following JSON representation shows the resource type.

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