v3ioerrors

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2024 License: Apache-2.0 Imports: 1 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrInvalidTypeConversion = errors.New("Invalid type conversion")
View Source
var ErrNotFound = errors.New("Not found")
View Source
var ErrStopped = errors.New("Stopped")
View Source
var ErrTimeout = errors.New("Timed out")

Functions

This section is empty.

Types

type ErrorWithStatusCode

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

func NewErrorWithStatusCode

func NewErrorWithStatusCode(err error, statusCode int) ErrorWithStatusCode

func (ErrorWithStatusCode) Error

func (e ErrorWithStatusCode) Error() string

func (ErrorWithStatusCode) StatusCode

func (e ErrorWithStatusCode) StatusCode() int

type ErrorWithStatusCodeAndResponse

type ErrorWithStatusCodeAndResponse struct {
	ErrorWithStatusCode
	// contains filtered or unexported fields
}

func NewErrorWithStatusCodeAndResponse

func NewErrorWithStatusCodeAndResponse(err error,
	statusCode int,
	response interface{}) ErrorWithStatusCodeAndResponse

func (ErrorWithStatusCodeAndResponse) Response

func (e ErrorWithStatusCodeAndResponse) Response() interface{}

Jump to

Keyboard shortcuts

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