mz_compute::render

Module errors

Source
Expand description

Helpers for handling errors encountered by operators.

Structsยง

  • ErrorLogger ๐Ÿ”’
    Error logger to be used by rendering code.

Traitsยง

  • MaybeValidatingRow ๐Ÿ”’
    Used to make possibly-validating code generic: think of this as a kind of MaybeResult, specialized for use in compute. Validation code will only run when the error constructor is Some.