brose_errors

package
v0.0.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IllegalArgumentError

type IllegalArgumentError struct {
	// contains filtered or unexported fields
}

func NewIllegalArgumentError

func NewIllegalArgumentError(argument string, value any, err error) *IllegalArgumentError

func (*IllegalArgumentError) Error

func (e *IllegalArgumentError) Error() string

func (*IllegalArgumentError) Unwrap

func (e *IllegalArgumentError) Unwrap() error

type MapEntryNotFoundError

type MapEntryNotFoundError struct {
	// contains filtered or unexported fields
}

func NewMapEntryNotFoundError

func NewMapEntryNotFoundError(key string, err error) *MapEntryNotFoundError

NewMapEntryNotFoundError creates a new MapEntryNotFound error

func (*MapEntryNotFoundError) Error

func (e *MapEntryNotFoundError) Error() string

func (*MapEntryNotFoundError) Unwrap

func (e *MapEntryNotFoundError) Unwrap() error

type MissingPropertyValueError

type MissingPropertyValueError struct {
	// contains filtered or unexported fields
}

func NewMissingPropertyValueError

func NewMissingPropertyValueError(property string, err error) *MissingPropertyValueError

func (*MissingPropertyValueError) Error

func (e *MissingPropertyValueError) Error() string

func (*MissingPropertyValueError) Unwrap

func (e *MissingPropertyValueError) Unwrap() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳