errors

package
v0.8.3 Latest Latest
Warning

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

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

Documentation

Overview

Package errors contains utility functions to deal with errors.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IgnoreAlreadyExists

func IgnoreAlreadyExists(err error) error

IgnoreAlreadyExists returns nil on AlreadyExists errors. All other values that are not AlreadyExists errors or nil are returned unmodified.

func IgnoreNoMatchError added in v0.5.0

func IgnoreNoMatchError(err error) error

IgnoreNoMatchError returns nil on NoMatch errors. All other values that are not NoMatch errors or nil are returned unmodified.

func InitFlags

func InitFlags(flagset *flag.FlagSet)

InitFlags initializes the flags to configure the errormanagement parameter.

func Must

func Must(err error) bool

Must wraps a function call that can return an error. If some error occurred Must has two possible behaviors: panic if debug = true or log the error and return false in order to recover the error. Returns true if no error occurred.

func SetPanicOnErrorMode

func SetPanicOnErrorMode(status bool)

SetPanicOnErrorMode can be used to set or unset the panic mode.

Types

This section is empty.

Jump to

Keyboard shortcuts

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