Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionRefusedError ¶
type ConnectionRefusedError struct{}
ConnectionRefusedError represents a connection refused error when trying to access an imported service.
func (ConnectionRefusedError) Error ¶
func (e ConnectionRefusedError) Error() string
type ConnectionResetError ¶
type ConnectionResetError struct{}
ConnectionRefusedError represents a connection reset error when trying to access an imported service.
func (ConnectionResetError) Error ¶
func (e ConnectionResetError) Error() string
type ServiceNotFoundError ¶
type ServiceNotFoundError struct{}
ServiceNotFoundError represents error accessing an imported service which does not exist.
func (ServiceNotFoundError) Error ¶
func (e ServiceNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.