pub const EXTERNAL_DATA_LOADER_INCOMPATIBLE_EXIT_CODE: i32 = 66;
Expand description

When an external crate::DataLoader is asked to load some data that it doesn’t know how to load, it should exit with this exit code.