errors

package
v2.58.0 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrConnContextClosed = errors.New("client connection context closed")

ErrConnContextClosed is returned when a client connection operation is attempted on a closed connection context.

Functions

This section is empty.

Types

type AuthError

type AuthError struct {
	Err error
}

func (*AuthError) Error

func (e *AuthError) Error() string

type DialError

type DialError struct {
	Err  error
	Addr string
}

DialError represents an error encountered while attempting to dial a specific endpoint. It includes both the address of the endpoint and the error that occurred.

func (*DialError) Error

func (d *DialError) Error() string

Error returns the error message formatted with the endpoint address and the underlying error details.

type EndpointNotFoundError

type EndpointNotFoundError struct {
	Method protoreflect.FullName
}

func (*EndpointNotFoundError) Error

func (e *EndpointNotFoundError) Error() string

Jump to

Keyboard shortcuts

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