publicInnerError resource type
Namespace: microsoft.graph
Represents the inner details of a publicError.
Properties
Property | Type | Description |
---|---|---|
code | String | The error code. |
details | publicErrorDetail collection | A collection of error details. |
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.publicInnerError",
"code": "String",
"message": "String",
"target": "String",
"details": [
{
"@odata.type": "microsoft.graph.publicErrorDetail"
}
]
}