NuDB Logo

PrevUpHomeNext

error

Database error codes.

enum error

Values

success

No error.

key_not_found

The specified key was not found.

key_exists

The specified key already exists.

short_read

A file read returned less data than expected.

log_file_exists

A log file is present.

no_key_file

No key file exists.

too_many_buckets

Too many buckets in key file.

not_data_file

Not a data file.

not_key_file

Not a key file.

not_log_file

Not a log file.

different_version

Different version.

invalid_key_size

Invalid key size.

invalid_block_size

Invalid block size.

short_key_file

Short key file.

short_bucket

Short bucket.

short_spill

Short spill.

short_data_record

Short record.

short_value

Short value.

hash_mismatch

Hash mismatch.

invalid_load_factor

Invalid load factor.

invalid_capacity

Invalid capacity.

invalid_bucket_count

Invalid bucket count.

invalid_bucket_size

Invalid bucket size.

incomplete_data_file_header

The data file header was incomplete.

incomplete_key_file_header

The key file header was incomplete.

invalid_log_record

Invalid log record.

invalid_log_spill

Invalid spill in log record.

invalid_log_offset

Invalid offset in log record.

invalid_log_index

Invalid index in log record.

invalid_spill_size

Invalid size in spill.

uid_mismatch

UID mismatch.

appnum_mismatch

appnum mismatch

key_size_mismatch

key size mismatch

salt_mismatch

salt mismatch

pepper_mismatch

pepper mismatch

block_size_mismatch

block size mismatch

orphaned_value

orphaned value

missing_value

missing value

size_mismatch

size mismatch

duplicate_value

duplicate value

Requirements

Header: nudb/error.hpp


PrevUpHomeNext