APIs

Show:

Constructor

DiagnosticInfo

(
  • options
)

Parameters:

  • options Object
    • [namespaceUri= -1] Int32 optional

      The symbolicId is defined within the context of a namespace.

    • [symbolicId= -1] Int32 optional

      The symbolicId shall be used to identify a vendor-specific error or condition

    • [locale= -1] Int32 optional

      The locale part of the vendor-specific localized text describing the symbolic id.

    • [localizedText= -1] Int32 optional
    • [additionalInfo= null] String optional

      Vendor-specific diagnostic information.

    • [innerStatusCode= 0] StatusCode optional

      The StatusCode from the inner operation.

    • [innerDiagnosticInfo= null] DiagnosticInfo optional

      The diagnostic info associated with the inner StatusCode.

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:

isValid

() Boolean
verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

Properties

additionalInfo

String

Vendor-specific diagnostic information.

Default: null

innerDiagnosticInfo

DiagnosticInfo

The diagnostic info associated with the inner StatusCode.

Default: null

innerStatusCode

StatusCode

The StatusCode from the inner operation.

Default: 0

locale

Int32

The locale part of the vendor-specific localized text describing the symbolic id.

Default: -1

namespaceUri

Int32

The symbolicId is defined within the context of a namespace.

Default: -1

symbolicId

Int32

The symbolicId shall be used to identify a vendor-specific error or condition

Default: -1