package
1.0.1
Repository: https://github.com/3job/goleveldb.git
Documentation: pkg.go.dev

# Functions

IsCorrupted returns a boolean indicating whether the error is indicating a corruption.
IsUnrecoverableError Determine whether there is no need to restart the error that can be repaired for example, the disk is full.
New returns an error that formats as the given text.
NewErrCorrupted creates new ErrCorrupted error.
SetFd sets 'file info' of the given error with the given file.

# Variables

Common errors.
Common errors.
Common errors.

# Structs

ErrCorrupted is the type that wraps errors that indicate corruption in the database.
ErrMissingFiles is the type that indicating a corruption due to missing files.