Trogon.Commanded.ConsistencyPolicy.TimeoutError exception
(Trogon.Commanded v1.0.0)
Copy Markdown
View Source
Consistency check timed out waiting for the required version.
Summary
Types
Number of query attempts made.
Time spent retrying before timeout, in milliseconds.
Policy that timed out.
Raised when the consistency check times out.
Types
@type attempts() :: non_neg_integer()
Number of query attempts made.
@type elapsed_ms() :: pos_integer()
Time spent retrying before timeout, in milliseconds.
@type policy() :: Trogon.Commanded.ConsistencyPolicy.MinVersionPolicy.t() | Trogon.Commanded.ConsistencyPolicy.ExactVersionPolicy.t()
Policy that timed out.
@type t() :: %Trogon.Commanded.ConsistencyPolicy.TimeoutError{ __exception__: true, attempts: attempts(), elapsed_ms: elapsed_ms(), policy: policy() }
Raised when the consistency check times out.