zocam — composable time for Elixir
API Reference

Zocam.Point.ComposeError

Raised (or returned) when two points do not compose.

AI SLOP An AI agent wrote the docstrings; mix docs generated this page. yuri4n, a senior engineer, gave the direction and did the review. The review is human, thus errors can stay.

Source on GitHub ↗

Raised (or returned) when two points do not compose.

Types

reason

@type reason() :: :grain_gap | :cross_cycle | :invalid | :anchored

t

@type t() :: %Zocam.Point.ComposeError{
  __exception__: term(),
  hint: String.t(),
  left: Zocam.Point.t(),
  message: String.t(),
  reason: reason(),
  right: Zocam.Point.t()
}

Consult api-reference.md for complete listing

Copyright © 2026