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.

t()

Raised when the consistency check times out.

Types

attempts()

@type attempts() :: non_neg_integer()

Number of query attempts made.

elapsed_ms()

@type elapsed_ms() :: pos_integer()

Time spent retrying before timeout, in milliseconds.

policy()

Policy that timed out.

t()

@type t() :: %Trogon.Commanded.ConsistencyPolicy.TimeoutError{
  __exception__: true,
  attempts: attempts(),
  elapsed_ms: elapsed_ms(),
  policy: policy()
}

Raised when the consistency check times out.