public class WarningReason extends Object
Modifier and Type | Field and Description |
---|---|
static WarningReason |
GARBLED_MESSAGE_RECEIVED
Garbled message is received.
|
static WarningReason |
HIGH_SCHEMA_VERSION
SBE message schema version is higher than expected.
|
static WarningReason |
MSG_SEQ_NUM_OUT_OF_RANGE
The incoming message has a sequence number is out of the expected range and the PossRetransFlag is
set, it indicates a warning.
|
static WarningReason |
NA |
static WarningReason |
RECEIVE_TIMEOUT_IS_DETECTED
Raised when the KeepAliveInterval has expired and no keep alive message is received.
|
static WarningReason |
RECONNECT_ATTEMPT_FAILED
Reconnect attempt is failed.
|
static WarningReason |
RESEND_REQUEST_MANUALLY
Resend Request (2) message was sent by the sendResendRequest session method.
|
static WarningReason |
SEQUENCE_GAP_IS_DETECTED
Incoming message sequence gap is detected.
|
static WarningReason |
SEQUENCE_WITH_KEEP_ALIVE_LAPSED
Received the Sequence message with
the `Lapsed` value of the `KeepAliveIntervalLapsed` field.
|
static WarningReason |
TIMEOUT_IS_DETECTED
Timeout is detected.
|
static WarningReason |
UNEXPECTED_NEXT_SEQ_NO
Received an unexpected NextSeqNo value.
|
static WarningReason |
UNEXPECTED_PREVIOUS_UUID
Unexpected previous UUID.
|
static WarningReason |
UNSUPPORTED_MESSAGE_TYPE
Received an unsupported message type.
|
public static final WarningReason NA
public static final WarningReason GARBLED_MESSAGE_RECEIVED
public static final WarningReason TIMEOUT_IS_DETECTED
public static final WarningReason RESEND_REQUEST_MANUALLY
public static final WarningReason RECONNECT_ATTEMPT_FAILED
public static final WarningReason SEQUENCE_GAP_IS_DETECTED
public static final WarningReason UNSUPPORTED_MESSAGE_TYPE
public static final WarningReason UNEXPECTED_NEXT_SEQ_NO
public static final WarningReason UNEXPECTED_PREVIOUS_UUID
public static final WarningReason SEQUENCE_WITH_KEEP_ALIVE_LAPSED
public static final WarningReason MSG_SEQ_NUM_OUT_OF_RANGE
public static final WarningReason RECEIVE_TIMEOUT_IS_DETECTED
public static final WarningReason HIGH_SCHEMA_VERSION
Copyright © 2005–2024 Onix Solutions. All rights reserved.