| title | publicInnerError resource type |
|---|---|
| description | Represents the inner details of an error. |
| author | AkJo |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the inner details of a publicError.
| 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. |
None.
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"
}
]
}