Documentation ¶
Overview ¶
Package error creates and parses common errors
Index ¶
Constants ¶
View Source
const (
ErrServiceStartNeedsRetry = "ErrServiceStartNeedsRetry"
)
Variables ¶
This section is empty.
Functions ¶
func IsErrorPortBusy ¶
IsErrorPortBusy checks wether the passed error fits with the error returned when trying to bind a port that is already in use.
func IsErrorPortPermissionDenied ¶
IsErrorPortPermissionDenied checks wether the passed error fits with the error returned when we cannot bind a protected port that is below 1024.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.