| title | genericError resource type |
|---|---|
| description | A general-purpose error. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | non-product-specific |
| author | SuryaLashmiS |
| ms.date | 04/11/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
A general-purpose error.
| Property | Type | Description |
|---|---|---|
| message | String | The error message. |
| code | String | The error code. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.genericError",
"message": "String",
"code": "String"
}