Click or drag to resize

Fault Class

[This is preliminary documentation and is subject to change.]

A dynamic structure which describes a fault that has occurred in the course of production. May be one of: Fault, SMTPlacementFault, SMTSolderPastePrintingFault, or THTInsertionFault
Inheritance Hierarchy

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class Fault

The Fault type exposes the following members.

Properties
  NameDescription
Public propertyCause
The cause of this fault.
Public propertyFaultCode
An endpoint specific code indicating the nature of the fault
Public propertyFaultOccurrenceId
A 128-bit unique identifier which uniquely identifier this specific occurrence of the fault
Public propertyLane
The production lane related to this fault (if applicable)
Public propertySeverity
The severity of the fault
Public propertyStage
The production stage related to this fualt (if applicable)
Top
See Also