Skip to main content

Module coder

Module coder 

Source
Expand description

Coder category error kind constants.

Constants§

CATEGORY_REQUIRED
At least one category must be defined.
ERROR_REQUIRED
At least one error must be defined.
FAILED_TO_PARSE_TOKENS
Generated code tokens couldn’t be parsed.
FAILED_TO_READ_OUTPUT_FILE
Output file couldn’t be read.
FAILED_TO_WRITE_OUTPUT_FILE
Output file couldn’t be written.
OUTPUT_PATH_NOT_DIRECTORY
Output path is not a directory.
RUSTFMT_FAILED
Rustfmt tool exited with an error.
RUSTFMT_NOT_FOUND
Rustfmt tool isn’t found.
TOO_MANY_BITS
The number of required bits exceeds the largest supported type u64.