Argo Workflows · JSON Structure

Argo Workflows Grpc Gateway Runtime Stream Error Structure

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

Type: object Properties: 5
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

details grpc_code http_code http_status 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-stream-error-structure.json",
  "name": "grpc.gateway.runtime.StreamError",
  "description": "grpc.gateway.runtime.StreamError schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "details": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/google.protobuf.Any"
      }
    },
    "grpc_code": {
      "type": "int32"
    },
    "http_code": {
      "type": "int32"
    },
    "http_status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}