Optional
Readonly
causeIndicates the root cause of this SolanaError, if any.
For example, a transaction error might have an instruction error as its root cause. In this
case, you will be able to access the instruction error on the transaction error as cause
.
Readonly
contextContains context that can assist in understanding or recovering from a SolanaError.
Optional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stack
Encapsulates an error's stacktrace, a Solana-specific numeric code that indicates what went wrong, and optional context if the type of error indicated by the code supports it.