LoadStateError
LoadStateError:
InvalidRequestError
|UnexpectedError
Error Returned by load state procedure
Example
const {errors} = await tevm.loadState()
if (errors?.length) { console.log(errors[0].name) // InvalidAddressError console.log(errors[0].message) // Invalid address: 0x1234}
Source
packages/errors/src/actions/LoadStateError.ts:14