freeBusyError resource type

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"
}