# Variables

ErrDocumentNotFound is returned when no document is associated with the provided key.
ErrDuplicateDocument is returned when another document is already associated with a given key, primary key, or if there is a unique index violation.
ErrIndexAlreadyExists is returned when attempting to create an index with the same name as an existing one.
ErrIndexNotFound is returned when the targeted index doesn't exist.
ErrTableAlreadyExists is returned when attempting to create a table with the same name as an existing one.
ErrTableNotFound is returned when the targeted table doesn't exist.