Module errors

Module errors 

Source
Expand description

Code relating to errors produced by SSR.

Macrosยง

_bail ๐Ÿ”’
Returns from the current function with an error, supplied by arguments as for format!
_error ๐Ÿ”’
Constructs an SsrError taking arguments like the format macro.

Structsยง

SsrError