Enum BusinessLogicFaultReason
The reason for a business logic fault.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public enum BusinessLogicFaultReason
Fields
[EnumMember] AssemblyUnitModelDoesNotMatchUnitModel = 24The assembly was created for unit model {0} and cannot be used with this unit model {1}.
[EnumMember] AssociatedProblemsExist = 11The buyoff cannot be set because problems associated with the buyoff exist.
[EnumMember] AutoLogOnWorkerBadgeNumberNotFound = 21The auto-log-on worker badge number does not exist.
[EnumMember] CannotDeleteLineWithHistory = 20The line cannot be deleted because it contains history.
[EnumMember] ComponentAlreadyInUnit = 15The component was rejected: Serial already used
[EnumMember] ComponentNotFoundBySerialNumber = 14No component with the specified serial number was found.
[EnumMember] ComponentScanFailed = 22The component was rejected.
[EnumMember] InvalidBuyoffName = 32The buyoff "{0}" is not a buyoff that is configured for the line.
[EnumMember] InvalidUnitDefectId = 8The unit defect identifier does not exist or is not valid.
[EnumMember] InvalidUnitStationId = 7The unit station identifier does not exist or is not valid.
[EnumMember] InvalidUnitTestId = 10The unit test identifier does not exist or is not valid.
[EnumMember] InvalidWorkerId = 5The worker identifier does not exist or is not valid.
[EnumMember] InvalidWorkerStationId = 6The worker station identifier does not exist or is not valid.
[EnumMember] LineNameNotUnique = 19The line name is not unique.
[EnumMember] MissingNewComponentScans = 12The buyoff cannot be set because components must be rescanned.
[EnumMember] ModelDoesNotMatch = 1The scanned model number does not match the one for this unit in the database.
[EnumMember] ModelMustBeSpecifiedToCreate = 2The model number must be specified to create a new unit record.
[EnumMember] MultipleComponentSerialNumbersMatch = 13Multiple components with the specified serial number were found.
[EnumMember] MultipleWorkersMatchedCredentials = 33Multiple workers matched the supplied credentials.
[EnumMember] ProductionGroupNameDoesNotMatch = 30The provided production group name does not match the one for this unit in the database.
[EnumMember] SequenceNumberDoesNotMatch = 31The provided sequence number does not match the one for this unit in the database.
There is no available automatically-generated serial number.
[EnumMember] StationNotAllowedToCreate = 3A unit record for serial number "{0}" does not exist, and "{1}" station types are not allowed to create unit records.
The worker is not authorized to perform this action.
[EnumMember] UnitDoesNotContainAssemblyWithComponent = 27The unit does not contain an assembly containing the component of type "{0}".
[EnumMember] UnitDoesNotContainComponent = 23The unit does not contain the component of type "{0}".
[EnumMember] UnitDoesNotUseComponentType = 4Component type does not apply to unit model.
[EnumMember] UnitExistsInOtherLine = 25The unit was found in a different line.
[EnumMember] UnitSerialNumberAlreadyUsed = 29A unit record already exists for the specified serial number.
[EnumMember] UnitSerialSearchInvalidWildcards = 18Serial number pattern is not valid. Only beginning and/or ending '*' are supported.
[EnumMember] UnitSerialSearchMultipleFound = 17Multiple unit records for serial number pattern exist.
[EnumMember] UnitSerialSearchNotFound = 16No unit record for serial number pattern exists.
[EnumMember] Unknown = 0An unspecified business logic fault occurred.
[EnumMember] UnrepairedDefectsExist = 9The buyoff cannot be set because unrepaired defects associated with the buyoff exist.
This is no longer used, but left in place since was used in older versions.