-
Notifications
You must be signed in to change notification settings - Fork 2
ComponentSocketError
dsmurfin edited this page Aug 28, 2021
·
3 revisions
Component Socket Error
public enum ComponentSocketError: LocalizedError Enumerates all possible ComponentSocketError errors.
LocalizedError
It was not possible to enable port reuse.
case couldNotEnablePortReuseIt was not possible to join this multicast group.
case couldNotJoin(multicastGroup: String)It was not possible to leave this multicast group.
case couldNotLeave(multicastGroup: String)It was not possible to bind to a port/interface.
case couldNotBind(message: String)It was not possible to assign the interface on which to send multicast.
case couldNotAssignMulticastInterface(message: String)It was not possible to start receiving data, e.g. because no bind occured first.
case couldNotReceive(message: String)A human-readable description of the error useful for logging purposes.
public var logDescription: String Generated at 2021-09-01T18:46:51+0000 using swift-doc 1.0.0-rc.1.
Types
- ComponentSocketError
- OTPAddress
- OTPComponentState
- OTPConsumer
- OTPConsumerStatus
- OTPIPMode
- OTPModuleIdentifier
- OTPModulePosition
- OTPModulePosition.Scaling
- OTPModulePositionVelAccel
- OTPModuleReferenceFrame
- OTPModuleRotation
- OTPModuleRotationVelAccel
- OTPModuleScale
- OTPPoint
- OTPPointValidationError
- OTPProducer
- OTPProducerStatus