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:
- receive 64 bit integer that cannot be represented accurately in a javaScript number. JavaScript numbers are floats and can only hold a 48 bit integer without loss of precission. Any integer greater than 281474976710655 or less than -281474976710655 will cause this exception.
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:
- receive 64 bit integer that cannot be represented accurately in a javaScript number. JavaScript
numbers are floats and can only hold a 48 bit integer without loss of precission. Any integer
greater than 281474976710655 or less than -281474976710655 will cause this exception.
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:
- receive 64 bit integer that cannot be represented accurately in a javaScript number. JavaScript numbers are floats and can only hold a 48 bit integer without loss of precission. Any integer greater than 281474976710655 or less than -281474976710655 will cause this exception.
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