1 /* 2 * examples/internal/proto/examplepb/response_body_service.proto 3 * 4 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) 5 * 6 * API version: version not set 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package responsebody 11 12 type RuntimeStreamError struct { 13 GrpcCode int32 `json:"grpc_code,omitempty"` 14 HttpCode int32 `json:"http_code,omitempty"` 15 Message string `json:"message,omitempty"` 16 HttpStatus string `json:"http_status,omitempty"` 17 Details []ProtobufAny `json:"details,omitempty"` 18 } 19