public class ERRCODE extends SecsDataStructure
0 = No error
1 = Unknown object in Object Specifier
2 = Unknown target object type
3 = Unknown object instance
4 = Unknown attribute name
5 = Read-only attribute - access denied
6 = Unknown object type
7 = Invalid attribute value
8 = Syntax error
9 = Verification error
10 = Validation error
11 = Object identifier in use
12 = Parameters improperly specified
13 = Insufficient parameters specified
14 = Unsupported option requested
15 = Busy
16 = Not available for processing
17 = Command not valid for current state
18 = No material altered
19 = Matterial partially processed
20 = All material processed
21 = Recipe specification related error
22 = Failed during processing
23 = Failed while not processing
24 = Failed due to lack of material
25 = Job aborted
26 = Job stopped
27 = Job cancelled
28 = Cannot change selected recipe
29 = Unknown event
30 = Duplicate report ID
31 = Unknown data report
32 = Data report not linked
33 = Unknown trace report
34 = Duplicate trace ID
35 = Too many data reports
36 = Sample period out of range
37 = Group size to large
38 = Recovery action currently invalid
39 = Busy with another recovery currently unable to perform the recovery
40 = No active recovery action
41 = Exception recovery failed
42 = Exception recovery aborted
43 = Invalid table element
44 = Unknown table element
45 = Cannot delete predefined
46 = Invalid token
47 = Invalid parameter
0-63 reserved
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
theData
Constructor and Description |
---|
ERRCODE(byte newData)
Create a new message with an 1-Byte integer unsigned (SecsFormat51).
|
ERRCODE(int newData)
Create a new message with an 4-Byte integer unsigned(SecsFormat54).
|
ERRCODE(long newData)
Create a new message with an 8-Byte integer unsigned(SecsFormat50).
|
ERRCODE(SecsFormat newData)
Create a new message with the data contained in a SecsFormat object.
|
ERRCODE(short newData)
Create a new message with an 2-Byte integer unsigned (SecsFormat52).
|
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue() |
boolean |
equals(ERRCODE newData)
Performs a comparision of the string value this object to the string value the passed object.
|
boolean |
equals(java.lang.String newData)
Performs a comparision of the string value this object to the String passed.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
equals, getArray, getBoolValue, getByteValue, getData, getDoubleValue, getFloatValue, getFormattedBytes, getIntValue, getLength, getLongValue, getNumberOfLengthBytes, getShortValue, getStringValue, hashCode, setArray, setDataFromByteArray, setLength, setNumberOfLengthBytes, toString, zeroLength
public static final java.lang.String cvsRev
public ERRCODE(byte newData)
public ERRCODE(int newData)
public ERRCODE(long newData)
public ERRCODE(SecsFormat newData) throws SecsException
SecsException
public ERRCODE(short newData)
public boolean booleanValue()
public boolean equals(ERRCODE newData)
public boolean equals(java.lang.String newData)
public java.lang.String toString()
toString
in class SecsDataStructure
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.