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 DialError ¶
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.
type EndpointNotFoundError ¶
type EndpointNotFoundError struct {
Method protoreflect.FullName
}
func (*EndpointNotFoundError) Error ¶
func (e *EndpointNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.