genericError resource type

Namespace: microsoft.graph

A general-purpose error.

Properties

Property Type Description
code String The error code.
message String The error message.

JSON representation

Here is a JSON representation of the resource.

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