errors

package
v0.0.0-...-c9e9af5 Latest Latest
Warning

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

Go to latest
Published: May 19, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoCameraDetected         = errors.New("No camera detected")
	ErrUnrecognizedMediaFormat  = errors.New("Media format unrecognized")
	ErrUnsupportedConnection    = errors.New("Unsupported connection")
	ErrInvalidFile              = errors.New("file invalid (not a video or photo)")
	ErrNoRecognizedSRTFormat    = errors.New("SRT file invalid format (could not read from predefined presets)")
	ErrGeneric                  = errors.New("Generic error")
	ErrNoGPS                    = errors.New("No GPS data found")
	ErrInvalidCoordinatesFormat = errors.New("Invalid coordinates format")
	ErrInvalidSuppliedData      = func(data interface{}) error { return fmt.Errorf("Invalid data: %s", data) }
	ErrUnsupportedCamera        = func(camera string) error { return fmt.Errorf("camera %s is not supported", camera) }
	ErrNotFound                 = func(item string) error { return fmt.Errorf("Unable to find %s", item) }
)

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