errutil

package
v0.0.0-...-0eb5974 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrReadClientSecret = iota
	ErrReadAuthCode
	ErrRetrieveJwtToken
	ErrSaveJwtToken
	ErrParseClientSecret
	ErrRetrieveSheetsClient
	ErrParsingRangeResponse
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrReason

type ErrReason int

type Error

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

Error contains error reason and the actual error if any satisfies golang's error interface

func New

func New(reason ErrReason, err error) *Error

func (Error) Error

func (err Error) Error() string

Jump to

Keyboard shortcuts

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