Module tx_indexer::error
source · Enums§
- Specify what the indexer event handler should do for specific errors. See:
ErrorPolicyProvider
. The idea is that an error type,E
, implementsErrorPolicyProvider
. Based on the different variants ofE
, differentErrorPolicy
can be returned, which influences the behavior of the event handler.
Traits§
- Trait that can be implemented for custom error types. Different variants in said error types can then be given different
ErrorPolicy
assignments.