{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cloud-ngfw-api-response-status-structure.json", "name": "ResponseStatus", "description": "Standard API response status envelope included in all responses.", "type": "object", "properties": { "ErrorCode": { "type": "int32", "description": "Error code. 0 indicates success." }, "Reason": { "type": "string", "description": "Human-readable status message." } } }