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 is a JSON representation of the resource.

{
  "message": "String",
  "responseCode": "String"
}