Version: 10.16.0
Class

solace.SDTUnsupportedValueError

Contents

class solace.SDTUnsupportedValueError extends solace.SolaceError

This class is not exposed for construction by API users.

Represents a SDT unsupported value error. An SDT field was assigned a value that is within the type range for the given SDT type, but is not supported on this platform/runtime. This occurs when a received solace.SDTContainerMap or solace.SDTContainerStream contains a field with a value that can not represented in the local architecture. Possible causes include:

Constructor Top

  SDTUnsupportedValueError ( )

Properties Top

String message inherited from solace.SolaceError
readonly String name
solace.SDTValueErrorSubcode subcode

Constructor details Top

SDTUnsupportedValueError ( )

This class is not exposed for construction by API users.

Represents a SDT unsupported value error. An SDT field was assigned a value that is within the type range for the given SDT type, but is not supported on this platform/runtime. This occurs when a received solace.SDTContainerMap or solace.SDTContainerStream contains a field with a value that can not represented in the local architecture. Possible causes include:

Properties Detail Top

public String message

Error Message.

Inherited from solace.SolaceError

public readonly String name

'SDTUnsupportedValue'

The subcode for the error. see solace.SDTValueErrorSubcode