Zluri · JSON Structure

Error Structure

Standard Zluri API error.

Type: object Properties: 2 Required: 1
Access ManagementSaaS Management

Error is a JSON Structure definition published by Zluri, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/schema/v0 meta-schema.

Properties

error code

Meta-schema: https://json-structure.org/schema/v0

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "name": "Error",
  "type": "object",
  "description": "Standard Zluri API error.",
  "properties": {
    "error": {"type": "string"},
    "code": {"type": "string"}
  },
  "required": ["error"]
}