1 /* 2 * A Bit of Everything 3 * 4 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) 5 * 6 * API version: 1.0 7 * Contact: none@example.com 8 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 9 */ 10 11 package abe 12 13 type RuntimeError struct { 14 Error_ string `json:"error,omitempty"` 15 Code int32 `json:"code,omitempty"` 16 Message string `json:"message,omitempty"` 17 Details []ProtobufAny `json:"details,omitempty"` 18 } 19