| title | freeBusyError resource type |
|---|---|
| description | Represents error information from attempting to get the availability of a user, distribution list, or resource. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | calendar |
| author | iamgirishck |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents error information from attempting to get the availability of a user, distribution list, or resource.
| Property | Type | Description |
|---|---|---|
| message | String | Describes the error. |
| responseCode | String | The response code from querying for the availability of the user, distribution list, or resource. |
None.
The following JSON representation shows the resource type.
{
"message": "String",
"responseCode": "String"
}