pub const EXTERNAL_DATA_LOADER_INCOMPATIBLE_EXIT_CODE: i32 = 66;
Expand description
When an external DataLoader
is asked to load some data that it doesn’t know
how to load, it should exit with this exit code.
pub const EXTERNAL_DATA_LOADER_INCOMPATIBLE_EXIT_CODE: i32 = 66;
When an external DataLoader
is asked to load some data that it doesn’t know
how to load, it should exit with this exit code.