ErrorCode Enumeration

The error code gives each error a individual name and comes together with more information in the error message itself.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public enum ErrorCode

Members

E1000_Cannot_Oversize_Symbol1,000 Cannot oversize Symbol {0}: {1}
E1001_Dongle_Error1,001 Dongle Error: {0}
E1002_No_Valid_DCode1,002 No valid DCode left for ShapeIndex: {0}
E1003_Invalid_DCode_For_Gerber1,003 Invalid Gerber Aperture Definition for ShapeIndex: {0}
E1004_Symbol_Not_Found1,004 {0}
E1005_Macro_Already_Defined1,005 Macro already defined: {0}
E1006_Gerber_Writing_Macro1,006 Cannot write Macro: {0}
E1007_Gerber_Writing_Feature1,007 Cannot write Feature: {0}
E1008_Cannot_Connect_Selfintersecing_Surface1,008 Cannot connect self-intersecting Surface! {0}
E1009_Cannot_Connect_SubPolygons_In_Surface1,009 Cannot connect sub polygons in surface{0}
E1010_Gerber_Import_Error1,010 Error in gerber import: {0}
E1011_Parse_Error1,011 Cannot parse{0}
E1012_Gerber_Read_Macro1,012 Cannot read Macro: {0}
E1013_Gerber_Read_Symbol_Index_Double1,013 Symbol index already exists{0}
E1014_Gerber_Read_Polygon_Error1,014 Error in Gerber Polygon{0}
E1015_Excellon2_Error1,015 {0}
E1016_Excellon_Error1,016 {0}
E1017_Missing_SM_Command1,017 {0}
E1018_SM_Error1,018 {0}
E1019_Surface_IsleHole_Intersection1,019 Isle/Holes intersect each other in Surface{0}
E1020_Surface_Split_Areafill_to_Sub_Polygons1,020 {0}
E1021_Save_Error1,021 {0}
E1022_Line_Transformation_Error1,022 {0}
E1023_ImageLayer_Error1,023 {0}
E1024_License_Error1,024 {0}
E1025_System_Error1,025 {0}
E1026_Gerber_not_Supported_Error1,026 {0}
E1027_Gerber_Invalid_Symbol1,027 Invalid gerber symbol definition: {0}
E1028_Gerber_LS_Not_Supported1,028 Gerber274x LS command is not supported ({0})
E1029_Gerber_LM_LR_Not_Supported_For_LinesArcs1,029 Gerber274x LM/LR command is not supported for Lines/Arcs ({0})
E1030_No_Gerber_Output1,030 No Gerber output {0}
E1031_Invalid_Symbol_Definition1,031 Invalid Symbol Definition {0}
E1032_File_Extract_Error1,032 Cannot extract file: {0}
E1033_Invalid_FID_InSubNet1,033 {0}
E1034_Invalid_SymbolDefinition1,034 {0}

See Also