APIs

Show:

Constructor

ErrorMessage

(
  • options
)

Parameters:

  • options Object
    • [Error] UInt32 optional

      The numeric code for the error. This shall be one of the values listed in Table 40.

    • [Reason] String optional

      A more verbose description of the error.This string shall not be more than 4096 characters.

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:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

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.