patherr

package
v0.0.0-...-7935e33 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2021 License: BSD-3-Clause, MPL-2.0 Imports: 5 Imported by: 1

README

Common configuration path error objects

Current implementations for

  • PathInval
  • PathAmbig

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandInval

type CommandInval struct {
	Path []string
	Fail string
}

func (*CommandInval) Error

func (e *CommandInval) Error() string

type PathAmbig

type PathAmbig struct {
	Path        []string
	Fail        string
	Matches     map[string]string
	Operational bool
}

func (*PathAmbig) Error

func (e *PathAmbig) Error() string

type PathInval

type PathInval struct {
	Path        []string
	Fail        string
	Operational bool
}

func (*PathInval) Error

func (e *PathInval) Error() string

Jump to

Keyboard shortcuts

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