pub type SyntaxError = String;
Error that can happen during hot-reload - stringified, since it is only used for printing and is not exposed in the public API
struct SyntaxError { /* private fields */ }