Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Represents error information from attempting to get the availability of a user, distribution list, or resource.
Properties
| 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. |
JSON representation
The following JSON representation shows the resource type.
{
"message": "String",
"responseCode": "String"
}