Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.31 KB

File metadata and controls

62 lines (46 loc) · 1.31 KB
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

freeBusyError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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