Jido.Error.TimeoutError exception (Jido v2.0.0-rc.0)

View Source

Error for operation timeouts.

Fields

  • message - Human-readable error message
  • timeout - The timeout value in milliseconds
  • details - Additional context

Summary

Types

t()

@type t() :: %Jido.Error.TimeoutError{
  __exception__: true,
  details: map(),
  message: String.t(),
  timeout: non_neg_integer() | nil
}