Module fdb_rl::split_helper::error
source · Expand description
Provides error constants for split helper module.
Also see src/error.rs for assigned error ranges.
Constants
- Primary key provided to
split_helper::load,split_helper::saveandsplit_helper::deletefunctions is invalid. split_helper::loadfunction encountered an invalid record header for the primary key.split_helper::loadfunction encountered an invalid record seralized bytes for the primary key.- The size of the seralized bytes provided to
split_helper::savefunction is invalid. - Scan limit reached when calling
split_helper::loadfunction.