enum | ippErrorNameType_ {
GenericError = 99999,
BufferFull = 0,
IllegalTag = 1,
NoSpaceAtPos6 = 2,
Reserved3 = 3,
Reserved4 = 4,
Reserved5 = 5,
TransactionAborted = 6,
IllegalCharacter = 7,
ProtocolError = 8,
EmergencyStop = 500,
UnsupportedCommand = 501,
IncorrectArguments = 502,
ControllerCommFailure = 503,
ArgumentOutOfRange = 504,
ArgumentNotRecognized = 505,
ArgumentNotSupported = 506,
IllegalCommand = 507,
BadContext = 508,
BadArgument = 509,
BadProperty = 510,
ErrorProcessingMethod = 511,
NoDaemonsAreActive = 512,
DaemonDoesNotExist = 513,
UseClearAllErrorsToCont = 514,
DaemonAlreadyExists = 515,
MachineInErrorState = 1000,
IllegalTouch = 1001,
AxisDoesNotExist = 1002,
NoTouch = 1003,
NumAnglNotSupOnCurrDev = 1004,
ErrorDuringHome = 1005,
SurfaceNotFound = 1006,
ThetaOutOfRange = 1007,
TargetPosOutOfMachVol = 1008,
AirPressureOutOfRange = 1009,
VectorHasNoNorm = 1010,
FailedToReseatHead = 1500,
ProbeNotArmed = 1501,
ToolNotFound = 1502,
ToolNotDefined = 1503,
ToolNotCalibrated = 2000,
HeadErrorExcessiveForce = 2001,
TypeProbeDoesNotAllowOper = 2002,
MachineLimitEncountered = 2500,
AxisNotActive = 2501,
AxisPositionError = 2502,
ScaleReadHeadFailure = 2503,
Collision = 2504,
SpecifiedAngleOutOfRange = 2505,
PartNotAligned = 2506
} |