Argo Workflows · Schema

grpc.gateway.runtime.Error

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

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Properties

Name Type Description
code integer
details array
error string
message string
View JSON Schema on GitHub

JSON Schema

argo-workflows-grpc-gateway-runtime-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-grpc-gateway-runtime-error-schema.json",
  "title": "grpc.gateway.runtime.Error",
  "description": "grpc.gateway.runtime.Error schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "details": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/google.protobuf.Any"
      }
    },
    "error": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}