Module Mavkit_injector.Injector_errors

Error when the injector has no worker for the source which must inject an operation.

type Mavryk_base.TzPervasives.error +=
  1. | No_worker_for_tag of string

Error when the injector has no worker for the tag of the operation to be injected.

type Mavryk_base.TzPervasives.error +=
  1. | Step_failed of string

Error when a step of the injector failed.

type Mavryk_base.TzPervasives.error +=
  1. | Overlapping_operations

Error when multiple workers are assigned to the same operation.