pub const SPLIT_HELPER_SCAN_LIMIT_REACHED: i32 = 210;
Expand description

Scan limit reached when calling split_helper::load function.

Warning: This const is not meant to be public. We need to make this const public to support integration tests. Do not use this const in your code.