errors

package
v2.0.0-...-d8030fd Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	//external errors
	ErrNoRecords       = errors.New("gitDB: no records found")
	ErrRecordNotFound  = errors.New("gitDB: record not found")
	ErrInvalidRecordID = errors.New("gitDB: invalid record id")
	ErrDBSyncFailed    = errors.New("gitDB: Database sync failed")
	ErrLowBattery      = errors.New("gitDB: Insufficient battery power. Syncing disabled")
	ErrNoOnlineRemote  = errors.New("gitDB: Online remote is not set. Syncing disabled")
	ErrAccessDenied    = errors.New("gitDB: Access was denied to online repository")
	ErrInvalidDataset  = errors.New("gitDB: invalid dataset. Dataset not in registry")
)

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