setErrorCode(final int) method
Sets the error code.
Syntax
public
void
setErrorCode
(
final int
code
)
Parameters
code
– Error code.
Returns
None
Example 1
RequestStateElement element; element.setErrorCode(0x06);
Parent topic:
RequestStateElement class
Created December 5, 2013.
To comment on this topic, go to:
DocCommentXchange
.