ErrorMessage Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-secure-channel\_generated_\_auto_generated_ErrorMessage.js:27
Constructor
ErrorMessage
(
-
options
Parameters:
-
options
Object-
[Error]
UInt32 optionalThe numeric code for the error. This shall be one of the values listed in Table 40.
-
[Reason]
String optionalA more verbose description of the error.This string shall not be more than 4096 characters.
-
Item Index
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode
(
-
stream
-
[option]
decode the object from a binary stream
Parameters:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
toString
()
String
Returns:
String:
Properties
Error
UInt32
The numeric code for the error. This shall be one of the values listed in Table 40.
Reason
String
A more verbose description of the error.This string shall not be more than 4096 characters.