ComputationErrorType
ComputationErrorType =
`Transaction ${string} not found`
|"Transaction inner instructions not found"
|`Transaction failed with error: ${string}`
|"No log messages found"
|"No queue computation instruction found"
|`Invalid computation offset: ${string}`
|"Computation not found in executing pool, might have already executed"
|`Error fetching transactions: ${string}`
|`Instruction at index ${number} not found`
|"Account keys or program ID index not found"
|`No Program ID found for instruction at index ${number}`
|"Max retries reached while searching for transaction"
Represents possible error messages that can occur during computation processing or transaction handling.