macro_rules! constant_string { ($name:ident, $code_name:ident, $code:literal) => { ... }; }
Implement a constant string.
constant_string!(NotFoundErrorCode, NOT_FOUND_ERROR_CODE, "notFound");