An enumeration representing error codes for handling the exception.
Enumerator |
---|
NoErrorEnum |
No specific error code.
|
FailureEnum |
General failure.
|
NoBuffersEnum |
There are no buffers available from the buffer pool.
|
BufferTooSmallEnum |
The buffer provided does not have sufficient space to perform the operation.
|
InvalidArgumentEnum |
An invalid argument was provided.
|
EncodingUnavaliableEnum |
No encoder is available for the data type specified.
|
UnsupportedDataTypeEnum |
The data type is unsupported, may indicate invalid containerType or primitiveType specified.
|
UnexpectedEncoderCallEnum |
An encoder was used in an unexpected sequence.
|
IncompleteDataEnum |
Not enough data was provided.
|
SetDefNotProvidedEnum |
A Database containing the Set Definition for encoding the desired set was not provided.
|
InvalidDataEnum |
Invalid data provided to function.
|
IllegalLocalSetDefEnum |
Set definition is not valid.
|
TooManyLocalSetDefsEnum |
Maximum number of set definitions has been exceeded.
|
DuplicateLocalSetDefsEnum |
A duplicate set definition has been received.
|
IteratorOverrunEnum |
Iterator is nested too deeply. There is a limit of 16 levels.
|
ValueOutOfRangeEnum |
A value being encoded into a set is outside of the valid range of the type given by that set.
|
DictDuplicateEnumValueEnum |
A display string had multiple enumerated values that correspond to it.
|
PacketGapDetectedEnum |
Multicast Transport Warning: An unrecoverable packet gap was detected and some content may have been lost.
|
SlowReaderEnum |
Multicast Transport Warning: Application is consuming more slowly than data is being provided. Gaps are likely.
|
CongestionDetectedEnum |
Multicast Transport Warning: Network congestion detected. Gaps are likely.
|
PersistenceFullEnum |
Tunnel Stream Failure: This message could not be sent because no space was available to persist it.
|
InvalidOperationEnum |
Invalid user's operation.
|
NoActiveChannelEnum |
No active channel.
|
UnSupportedChannelTypeEnum |
Unsupported channel type.
|
UnSupportedServerTypeEnum |
Unsupported server type.
|
LoginRequestTimeOutEnum |
Login request timeout.
|
LoginRequestRejectedEnum |
Login request rejected from connected peer.
|
DirectoryRequestTimeOutEnum |
Directory request timeout.
|
DictionaryRequestTimeOutEnum |
Dictionary request timeout.
|
InternalErrorEnum |
Internal Error in EMA.
|