errors

package
v0.0.0-...-6cecc6f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemaErrors  = errorx.NewNamespace("schema")
	QueryErrors   = errorx.NewNamespace("query")
	StorageErrors = errorx.NewNamespace("storage")
)
View Source
var (
	StorageCannotOpenFile  = StorageErrors.NewType("cannot_open_file")
	StorageCannotCloseFile = StorageErrors.NewType("cannot_close_file")

	SchemaInvalid         = SchemaErrors.NewType("invalid")
	SchemaNotFound        = SchemaErrors.NewType("not_found")
	SchemaAlreadyExists   = SchemaErrors.NewType("already_exists")
	SchemaInvalidName     = SchemaErrors.NewType("invalid_name")
	SchemaInvalidType     = SchemaErrors.NewType("invalid_type")
	SchemaInvalidField    = SchemaErrors.NewType("invalid_field")
	SchemaInvalidOperator = SchemaErrors.NewType("invalid_operator")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL