Enums§
- Error
Policy - 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§
- Error
Policy Provider - Trait that can be implemented for custom error types.
Different variants in said error types can then be given different
ErrorPolicy
assignments.