Interface InternalInboundStatuses
public interface InternalInboundStatuses
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Internal inbound status indicating that content fetching is disabled and that it was not possible to fetch the media from the engage systemstatic final String
Internal inbound status indicating that sending the message failed (i.e.static final String
Internal inbound status indicating that there was something invalid in the message.static final String
Internal inbound status indicating that sending the message was successful.static final String
Internal inbound status indicating that the message was not sent to the external system within the configured timestatic final String
Internal inbound status indicating that media content for the message was not retrieved from the content system within the configured timestatic final String
Internal inbound status indicating that the media was not uploaded to the external system within the configured time
-
Field Details
-
TIMEOUT
Internal inbound status indicating that the message was not sent to the external system within the configured time- See Also:
-
TIMEOUT_CONTENT
Internal inbound status indicating that media content for the message was not retrieved from the content system within the configured time- See Also:
-
TIMEOUT_UPLOAD
Internal inbound status indicating that the media was not uploaded to the external system within the configured time- See Also:
-
CONTENT_DISABLED
Internal inbound status indicating that content fetching is disabled and that it was not possible to fetch the media from the engage system- See Also:
-
FAILED
Internal inbound status indicating that sending the message failed (i.e. the external system didn't respond with)- See Also:
-
INVALID
Internal inbound status indicating that there was something invalid in the message.- See Also:
-
SENT
Internal inbound status indicating that sending the message was successful. The inbound status can contain the message id within the external system.- See Also:
-