resultInfo resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Contains success and failure-specific result information.

The code specifies whether the result is a generic success or failure.

The subcodes provide supplementary information related to the type of success or failure (for example, a call transfer was successful).

Properties

Property Type Description
code Int32 The result code.
message String The message.
subcode Int32 The result sub-code.

JSON representation

The following is a JSON representation of the resource.

{
  "code": 0,
  "message": "String",
  "subcode": 0
}