Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1 KB

File metadata and controls

49 lines (37 loc) · 1 KB
title description ms.localizationpriority author ms.subservice doc_type
operationError resource type
Describes errors in teamsAsyncOperation.
medium
billbliss
teams
resourcePageType

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 is a JSON representation of the resource.

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