genericError resource type
Namespace: microsoft.graph
A general-purpose error.
Properties
Property | Type | Description |
---|---|---|
code | String | The error code. |
message | String | The error message. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.genericError",
"code": "String",
"message": "String"
}