ONTAP REST API error response
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorResponse", "title": "ErrorResponse", "type": "object", "description": "ONTAP REST API error response", "properties": { "error": { "type": "object", "properties": { "message": { "type": "string", "description": "Human-readable error message" }, "code": { "type": "string", "description": "Error code" }, "target": { "type": "string", "description": "The field or resource that caused the error" } }, "example": "example_value" } } }