Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UnitNotFound describes an error that occurs when the unit // being operated on does not exist. UnitNotFound = errors.ConstError("unit not found") // PortRangeConflict describes an error that occurs when a user tries to open // or close a port range overlaps with another. PortRangeConflict = errors.ConstError("port range conflict") // InvalidEndpoint describes an error that occurs when a user trying to open // or close a port range with an endpoint which does not exist on the unit. InvalidEndpoint = errors.ConstError("invalid endpoint(s)") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.