errors

package
v0.0.0-...-e20b040 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigError

type ConfigError interface {
	error
	Coordinates() coordinate.Coordinate
}

type DetailedConfigError

type DetailedConfigError interface {
	ConfigError
	LocationDetails() EnvironmentDetails
}

type EnvironmentDetails

type EnvironmentDetails struct {
	Group       string
	Environment string
}

type InvalidJsonError

type InvalidJsonError struct {
	Config             coordinate.Coordinate
	EnvironmentDetails EnvironmentDetails
	WrappedError       error
}

func (InvalidJsonError) Coordinates

func (e InvalidJsonError) Coordinates() coordinate.Coordinate

func (InvalidJsonError) Error

func (e InvalidJsonError) Error() string

func (InvalidJsonError) LocationDetails

func (e InvalidJsonError) LocationDetails() EnvironmentDetails

func (InvalidJsonError) Unwrap

func (e InvalidJsonError) Unwrap() error

Jump to

Keyboard shortcuts

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