Sui.Rpc.V2beta.CommandArgumentError (ex_sui v0.1.0)

View Source

An error with an argument to a command.

Summary

Types

t()

@type t() :: %Sui.Rpc.V2beta.CommandArgumentError{
  __unknown_fields__: [Protobuf.unknown_field()],
  argument: non_neg_integer() | nil,
  index: non_neg_integer() | nil,
  kind: Sui.Rpc.V2beta.CommandArgumentError.CommandArgumentErrorKind.t() | nil,
  subresult: non_neg_integer() | nil
}

Functions

descriptor()