Argo Workflows · JSON Structure

Argo Workflows Grpc Gateway Runtime Error Structure

grpc.gateway.runtime.Error schema from Argo Workflows API

Type: object Properties: 4
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

grpc.gateway.runtime.Error is a JSON Structure definition published by Argo Workflows, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code details error message

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/argo-workflows/refs/heads/main/json-structure/argo-workflows-grpc-gateway-runtime-error-structure.json",
  "name": "grpc.gateway.runtime.Error",
  "description": "grpc.gateway.runtime.Error schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "code": {
      "type": "int32"
    },
    "details": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/google.protobuf.Any"
      }
    },
    "error": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}