errors

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: May 6, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GoError

func GoError(cErrorType uint32, errorMessage string) error

Types

type ClosingError

type ClosingError struct {
	Msg string
}

ClosingError is a client error that indicates that the client has closed and is no longer usable.

func (*ClosingError) Error

func (e *ClosingError) Error() string

type ConnectionError

type ConnectionError struct {
	Msg string
}

ConnectionError is a client error that occurs when there is an error while connecting or when a connection disconnects.

func (*ConnectionError) Error

func (e *ConnectionError) Error() string

type DisconnectError

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

DisconnectError is a client error that indicates a connection problem between Glide and server.

func (*DisconnectError) Error

func (e *DisconnectError) Error() string

type ExecAbortError

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

ExecAbortError is a client error that occurs when a transaction is aborted.

func (*ExecAbortError) Error

func (e *ExecAbortError) Error() string

type RequestError

type RequestError struct {
	Msg string
}

RequestError is a client error that occurs when an error is reported during a request.

func (*RequestError) Error

func (e *RequestError) Error() string

type TimeoutError

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

TimeoutError is a client error that occurs when a request times out.

func (*TimeoutError) Error

func (e *TimeoutError) Error() string

Jump to

Keyboard shortcuts

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