Expand description
Error handling macros for consistent error handling across the workspace.
These macros provide standardized patterns for handling common error cases when working with expressions, conversions, and evaluations.
Functionsยง
- stylex_
err - Create a simple
StyleXErrorwith just a message. - stylex_
err_ with_ file - Create a
StyleXErrorwith a message and file context.