View Source Antikythera.ExecutorPool.BadIdReason (antikythera v0.5.1)

Summary

Types

@type t() ::
  {:invalid_executor_pool, Antikythera.ExecutorPool.Id.t()}
  | {:unavailable_tenant, Antikythera.TenantId.t()}

Functions

@spec valid?(term()) :: boolean()