question

Upvotes
Accepted
3 0 0 4

RFA suspect state

Hi, I come across with this code:

public static boolean isBadStatusResponse(OMMMsg msg) {
  
return ((msg.getMsgType() == OMMMsg.MsgType.STATUS_RESP)
&& (msg.getRespTypeNum() == OMMMsg.RespType.SOLICITED)
&& (msg.has(OMMMsg.HAS_STATE))
&& (msg.getState().getDataState() == OMMState.Data.SUSPECT));
}

When will we get a SUSPECT state? Thanks

treprfarfa-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
13k 32 12 18

There can be many reasons for the SUSPECT state. It can be generated when API or any infrastructure component looses the network connection.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea