It is possible that a message cannot be read due to various reasons. The S2 standard defines that a ReceptionStatus should be send where the status is set to INVALID_DATA: https://github.com/flexiblepower/s2-ws-json/wiki/Common_messages#receptionstatusvalues
In that case, a message_id is impossible to retrieve.
However, in ReceptionStatus the subject_message_id field is required (https://github.com/flexiblepower/s2-ws-json/wiki/Common_messages#receptionstatus). What should we define as the subject_message_id if the message_id is not retrievable and the ReceptionStatus.status is INVALID_DATA?
It is possible that a message cannot be read due to various reasons. The S2 standard defines that a
ReceptionStatusshould be send where thestatusis set toINVALID_DATA: https://github.com/flexiblepower/s2-ws-json/wiki/Common_messages#receptionstatusvaluesIn that case, a
message_idis impossible to retrieve.However, in
ReceptionStatusthesubject_message_idfield is required (https://github.com/flexiblepower/s2-ws-json/wiki/Common_messages#receptionstatus). What should we define as thesubject_message_idif themessage_idis not retrievable and theReceptionStatus.statusisINVALID_DATA?