errors

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidEndpoint     = stderrors.New("invalid endpoint format")
	ErrInvalidConfig       = stderrors.New("invalid configuration")
	ErrFileNotFound        = stderrors.New("file not found")
	ErrDirectoryNotFound   = stderrors.New("directory not found")
	ErrV2rayNNotDetected   = stderrors.New("v2rayN installation not detected")
	ErrV2rayNDBNotFound    = stderrors.New("v2rayN database not found")
	ErrProviderTimeout     = stderrors.New("provider request timed out")
	ErrProviderRateLimited = stderrors.New("provider rate limited")
	ErrAllProvidersFailed  = stderrors.New("all providers failed")
	ErrNetworkUnreachable  = stderrors.New("network unreachable")
	ErrBatchEmpty          = stderrors.New("batch input is empty")
	ErrWorkerPanic         = stderrors.New("worker panic recovered")
)

Functions

This section is empty.

Types

type ValidationError

type ValidationError struct {
	Field   string
	Value   interface{}
	Message string
}

func (*ValidationError) Error

func (e *ValidationError) Error() string

Jump to

Keyboard shortcuts

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