Microsoft Graph API error response.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "description": "Microsoft Graph API error response.", "type": "object", "properties": { "error": { "type": "object", "description": "Error details.", "properties": { "code": { "type": "string", "description": "Error code." }, "message": { "type": "string", "description": "Error message." } } } } }