agilent-technologies · JSON Structure

Ilab Operations Api Error Response Structure

Standard error response.

Type: object Properties: 3
Fortune 500Life SciencesDiagnosticsLaboratoryScientific InstrumentsLIMSLaboratory Automation

Error Response is a JSON Structure definition published by agilent-technologies, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

error message status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agilent-technologies/refs/heads/main/json-structure/ilab-operations-api-error-response-structure.json",
  "name": "Error Response",
  "description": "Standard error response.",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error code or type.",
      "example": "not_found"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message.",
      "example": "The requested resource was not found."
    },
    "status": {
      "type": "int32",
      "description": "HTTP status code.",
      "example": 404
    }
  }
}