F5 Networks · JSON Structure

Bigip Icontrol Rest Error Response Structure

Type: object Properties: 4
API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

ErrorResponse is a JSON Structure definition published by F5 Networks, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code message errorStack apiError

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorResponse",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    },
    "errorStack": {
      "type": "array"
    },
    "apiError": {
      "type": "integer"
    }
  }
}