publicErrorDetail resource type
Namespace: microsoft.graph
Represents the details of publicError or publicInnerError.
Properties
Property | Type | Description |
---|---|---|
code | String | The error code. |
message | String | The error message. |
target | String | The target of the error. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.publicErrorDetail",
"code": "String",
"message": "String",
"target": "String"
}