api/v1/restsdk/model_rpc_status.go (6 lines of code) (raw):
/*
* operationcontainer.proto
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: version not set
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package restsdk
type RpcStatus struct {
Code int32 `json:"code,omitempty"`
Message string `json:"message,omitempty"`
Details []map[string]interface{} `json:"details,omitempty"`
}