pub const RAW_RECORD_CURSOR_BUILDER_ERROR: i32 = 232;
Expand description

Error occurred when trying to create a value of type RawRecordCursor using the build method.

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.