errors

package
v0.3.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsAlreadyExistsError

func IsAlreadyExistsError(err error) bool

func IsDoesNotExistError

func IsDoesNotExistError(err error) bool

func NewCollectedErrors added in v0.1.2

func NewCollectedErrors(code codes.Code, errors []error) error

func NewDataCatalogError

func NewDataCatalogError(code codes.Code, message string) error

func NewDataCatalogErrorf

func NewDataCatalogErrorf(code codes.Code, format string, a ...interface{}) error

Types

type DataCatalogError

type DataCatalogError interface {
	Error() string
	Code() codes.Code
	GRPCStatus() *status.Status
	String() string
}

Jump to

Keyboard shortcuts

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