Package com.veeva.vault.sdk.api.queue
Interface MessageDeliveryError
public interface MessageDeliveryError
Provides methods to retrieve the failure type and error message of the failed Spark message delivery.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the message associated with the failed Spark message delivery.getType()
Retrieves the error type of the failed Spark message delivery.
-
Method Details
-
getType
MessageDeliveryErrorType getType()Retrieves the error type of the failed Spark message delivery.- Returns:
- the MessageErrorType of the failed Spark message delivery
-
getMessage
String getMessage()Retrieves the message associated with the failed Spark message delivery.- Returns:
- the error message describing the failed Spark message delivery
-