Sui.Rpc.V2beta.CommandArgumentError (ex_sui v0.1.0)
View SourceAn error with an argument to a command.
Summary
Types
@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 }