error

package
v0.0.12-beta.2 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ParseError

type ParseError struct {
	Type    ParseErrorType
	Message string
	Raw     string
}

func (*ParseError) Error

func (e *ParseError) Error() string

type ParseErrorType

type ParseErrorType string
const (
	ErrInvalidPrefix     ParseErrorType = "invalid url prefix"
	ErrInvalidStruct     ParseErrorType = "invalid struct"
	ErrInvalidPort       ParseErrorType = "invalid port number"
	ErrCannotParseParams ParseErrorType = "cannot parse query parameters"
	ErrInvalidBase64     ParseErrorType = "invalid base64"
)

Jump to

Keyboard shortcuts

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