Expand description
Errors as values.
See docs/DATA_MODEL.md §12. The variants cover the failure vocabulary a
kernel needs, chosen to line up with the categories applications already
handle, but they are returned, not thrown, and no hardware signal is ever
converted into one of them.
The rule this encodes: an algorithm that did not converge says so. It does not return a null shape and set a flag for the caller to forget to check.
Enums§
- Cause
- A short, cheap explanation attached to an
OgeomError. - Ogeom
Error - A kernel failure.
Type Aliases§
- Ogeom
Result - The result of any fallible kernel operation.