Record Class Processing.ProcessingEvent.FetchFirstBlockFailed

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Processing.ProcessingEvent.FetchFirstBlockFailed
All Implemented Interfaces:
Processing.ProcessingEvent
Enclosing interface:
Processing.ProcessingEvent

public static record Processing.ProcessingEvent.FetchFirstBlockFailed(Client.ClientError error, String messageId, String messageDst) extends Record implements Processing.ProcessingEvent
This may happen due to the network issues. Receiving this event means that message processing will not proceed - message was not sent, and Developer can try to run `process_message` again, in the hope that the connection is restored. Notifies the app that the client has failed to fetch the account's current shard block.