| 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 |
Namespace: microsoft.graph
Describes errors in teamsAsyncOperation.
| Property | Type | Description |
|---|---|---|
| code | string (readonly) | Operation error code. |
| message | string (readonly) | Operation error message. |
The following JSON representation shows the resource type.
{
"code": "TeamUnavailable",
"message": "The team was not found."
}