Constant fdb_rl::split_helper::error::SPLIT_HELPER_INVALID_PRIMARY_KEY
source · pub const SPLIT_HELPER_INVALID_PRIMARY_KEY: i32 = 211;Expand description
Primary key provided to split_helper::load,
split_helper::save and split_helper::delete functions 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.