SolanaErrorCodeWithCause

type SolanaErrorCodeWithCause = 
  | typeof SOLANA_ERROR__JSON_RPC__SERVER_ERROR_SEND_TRANSACTION_PREFLIGHT_FAILURE
  | typeof SOLANA_ERROR__TRANSACTION__FAILED_WHEN_SIMULATING_TO_ESTIMATE_COMPUTE_LIMIT;

Errors of this type are understood to have an optional SolanaError nested inside as cause.