# Functions
NewErrAdapter constructs a new error with the given values.
NewErrCommunication constructs a new error based on the given values.
NewErrFlowOp constructs a new error based on the given values.
NewErrGroupOp constructs a new error based on the given values.
NewErrInvalidValue constructs a new error based on the given values.
NewErrNotFound constructs a new error based on the given values.
NewErrPersistence constructs a new error based on the given values.
NewErrTimeout constructs a new error based on the given values.
# Variables
ErrFlowManagerInstantiating error returned when an unexpected condition occcurs while instantiating the flow manager.
ErrGroupManagerInstantiating error returned when an unexpected condition occcurs while instantiating the group manager.
ErrInvalidPortRange error returned when a given port is not in the valid range.
ErrNotImplemented error returned when an unimplemented method is invoked.
ErrResourceManagerInstantiating error returned when an unexpected condition occcurs while instantiating the resource manager.
ErrStateTransition error returned when a state transition is fails.
# Structs
ErrAdapter represents a basic adapter error that combines an name, field set and wrapped error.
ErrCommunication representation an error condition when an interprocess message communication fails.
ErrFlowOp represents an error condition when a flow operation to a device did not succeed.
ErrGroupOp represents an error condition when a group operation to a device did not succeed.
ErrInvalidValue represents an error condition with given value is not able to be processed.
ErrNotFound represents an error condition when a value can not be located given a field set of criteria.
ErrPersistence representation an error condition when a persistence operation did not succeed.
ErrTimeout represents an error condition when the deadline for performing an operation has been exceeded.
# Interfaces
LoggableError defined functions that can be used to log an object.
WrappedError can be used to extract the wrapped errors of structs that include ErrAdapter.