Block Lists
Block Lists ensure that products are checked for compliance or exclusion reasons. Within this functionality, users can verify whether a specific product result is included in a pre-defined block list. This validation is crucial for maintaining operational integrity and adherence to quality standards.
Return values of resultCode
restultCode | Error Code | Description |
---|---|---|
0 |
QG_TestError_TestOk |
The Quality Gate check completed successfully. |
101003201 |
QG_TestError_TestFailed |
The Quality Gate check failed. |
101003202 |
QG_TestError_InvalidSerialNo |
The supplied serial number is invalid or a corresponding part identifier could not be found. |
101003203 |
QG_TestError_InvalidIdentifier |
The part identifier does not identify a part, or no data exists for that part. It can either be provided directly or received during the serial number conversion. |
101003204 |
QG_TestError_InvalidCheckType |
The provided CheckType value is invalid or no corresponding configuration exists. |
101003205 |
QG_TestError_InvalidIdentType |
The provided IdentType value is invalid or unknown. |
101003206 |
QG_TestError_InvalidTypeNo |
The supplied type number is invalid or unknown. |
101003207 |
QG_TestError_InvalidTypeVar |
The supplied type variant is invalid or unknown. |
101003208 |
QG_TestError_InvalidConfig |
The test specification contains errors and cannot be used. |
101003209 |
QG_TestError_TypeMismatch |
Either the supplied type number or type variant does not match the stored database value. |
101003210 |
QG_TestError_MinTimerUnderrun |
The minimum cycle time between the tested station (location) and test execution is less than the defined MinTimer. |
101003211 |
QG_TestError_MaxTimerOverrun |
The maximum cycle time between the tested station (location) and test execution is greater than the defined MaxTimer. |
101003212 |
QG_TestError_InvalidRefParameters |
The supplied reference parameters (refLocation, refTypeNo, refVersion) do not identify any reference data, or no reference data exists for these parameters. |
101003213 |
QG_TestError_InvalidRefTypeNo |
The supplied reference type number is invalid or unknown. |
101003214 |
QG_TestError_InvalidRefVersion |
The supplied reference version number is invalid or unknown. |
101003215 |
QG_TestError_InvalidRefLocationID |
The supplied reference LocationID is invalid or unknown. |
101003216 |
QG_TestError_RefLocationIDMismatch |
The supplied reference facility does not match the configured facility (QualityGateCheckTrace.Config.xml). |
101003218 |
QG_TestError_InvalidWfsListOfIdentifiers |
The supplied list of identifiers is invalid or unknown. |
101003219 |
G_TestError_InvalidWfsTartgetKey |
The supplied TargetKey is invalid or unknown. |
101003220 |
QG_TestError_InvalidLocationID |
The supplied LocationID is invalid or unknown. |
101003221 |
QG_TestError_InvalidBlockListName |
The supplied block list name is invalid or unknown. |
101003222 |
QG_TestError_InvalidOERCheck |
The OER and quality data do not match. |
101003500 |
QG_ProcessError_ExecutionFailed |
The check was aborted due to a critical error; not all tests were performed. |
101003501 |
QG_ProcessError_InvalidCommand |
The sent command is unknown and will be ignored. |
101003502 |
QG_ProcessError_DatabaseConnectionFailed |
The connection to the Oracle DB has failed. |