public static interface Model.TransactionErrorOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getInstructionIndex()
If the transaction failed due to an instruction, the
instruction_index will be >= 0, corresponding to the
instruction that failed the transaction.
|
com.google.protobuf.ByteString |
getRaw()
Raw is the raw error returned from the underlying RPC
mechanisms with Solana.
|
Model.TransactionError.Reason |
getReason()
.kin.agora.common.v4.TransactionError.Reason reason = 1; |
int |
getReasonValue()
.kin.agora.common.v4.TransactionError.Reason reason = 1; |
int getReasonValue()
.kin.agora.common.v4.TransactionError.Reason reason = 1;Model.TransactionError.Reason getReason()
.kin.agora.common.v4.TransactionError.Reason reason = 1;int getInstructionIndex()
If the transaction failed due to an instruction, the instruction_index will be >= 0, corresponding to the instruction that failed the transaction. Otherwise, the instruction_index will be negative.
int32 instruction_index = 2;com.google.protobuf.ByteString getRaw()
Raw is the raw error returned from the underlying RPC mechanisms with Solana. There are no stability guarantees for the contents of this field.
bytes raw = 3;