SolanaErrorCodeWithDeprecatedCause

type SolanaErrorCodeWithDeprecatedCause = typeof SOLANA_ERROR__INSTRUCTION_PLANS__FAILED_TO_EXECUTE_TRANSACTION_PLAN;

Errors of this type have a deprecated cause property. Consumers should use the error's context instead to access relevant error information.