-
Notifications
You must be signed in to change notification settings - Fork 2
OTPPointValidationError
Point Validation Error
public enum OTPPointValidationError: LocalizedError
Enumerates all possible Point parsing errors.
LocalizedError
The point number is out-of-range.
case invalidPointNumber
The group number is out-of-range.
case invalidGroupNumber
The system number is out-of-range.
case invalidSystemNumber
The priority is out-of-range.
case invalidPriority
A point already exists with this OTPAddress
and Priority
.
case exists
There are no points with this OTPAddress
and optionally Priority
.
case notExists(priority: Bool)
This OTPPoint
already contains an OTPModule
with this OTPModuleIdentifier
.
case moduleExists
Some OTPPoint
s already contain an OTPModule
with this OTPModuleIdentifier
.
case moduleSomeExist
This OTPPoint
does not contain an OTPModule
with this OTPModuleIdentifier
.
case moduleNotExists
Some OTPPoints
with this OTPAddress
do not contain an OTPModule
with this OTPModuleIdentifier
case moduleSomeNotExist
It is not possible to remove this OTPModule
until all associated modules have also been removed.
case moduleAssociatedExists
A human-readable description of the error.
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