errdefs

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Overview

Package errdefs defines shared sentinel errors for cookie loaders.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNotFound reports that no cookie store was found.
	ErrNotFound = errors.New("cookie store not found")
	// ErrUnsupported reports that the current operating system is not supported.
	ErrUnsupported = errors.New("unsupported operating system")
	// ErrInvalidStore reports that a cookie store could not be parsed safely.
	ErrInvalidStore = errors.New("invalid cookie store")
	// ErrDecrypt reports that an encrypted cookie value could not be decrypted.
	ErrDecrypt = errors.New("failed to decrypt cookie value")
)

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