pub const SPLIT_HELPER_SAVE_INVALID_SERIALIZED_BYTES_SIZE: i32 = 214;
Expand description

The size of the seralized bytes provided to split_helper::save function is invalid.

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.