SubspaceProductAPI.Model.RpcStatus (subspace_openapi_client v1.0.5)

Link to this section Summary

Link to this section Types

Specs

t() :: %SubspaceProductAPI.Model.RpcStatus{
  code: integer() | nil,
  details: [SubspaceProductAPI.Model.ProtobufAny.t()] | nil,
  message: String.t() | nil
}