risingwave_error

Module macros

source

Macrosยง

  • Return early with an error, in any type that can be converted from an anyhow::Error.
  • Util macro for generating error when condition check failed.
  • Util macro to generate error when the two arguments are not equal.
  • Match an enum variant and return the internal value.
  • Try to match an enum variant and return the internal value.