Expand description
Helpers for handling errors encountered by operators.
Structsยง
- Error
Logger ๐Error logger to be used by rendering code.
Traitsยง
- Maybe
Validating ๐Row Used to make possibly-validating code generic: think of this as a kind ofMaybeResult
, specialized for use in compute. Validation code will only run when the error constructor is Some.