Package com.mypurecloud.sdk.v2.model
Class DecisionTableExportJobError
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableExportJobError
- All Implemented Interfaces:
Serializable
Error details when a decision table export job fails
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe error code for this job failure.errorMessage(String errorMessage) A human-readable error message.inthashCode()messageParams(Map<String, String> messageParams) Parameters for messageWithParamsmessageWithParams(String messageWithParams) Parameterized message template for the aggregate failure (when applicable)voidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetMessageParams(Map<String, String> messageParams) voidsetMessageWithParams(String messageWithParams) voidsetValidationErrors(List<DecisionTableJobValidationError> validationErrors) toString()validationErrors(List<DecisionTableJobValidationError> validationErrors) Validation failures for the export job
-
Constructor Details
-
DecisionTableExportJobError
public DecisionTableExportJobError() -
DecisionTableExportJobError
-
-
Method Details
-
errorCode
The error code for this job failure. -
getErrorCode
-
setErrorCode
-
errorMessage
A human-readable error message. -
getErrorMessage
-
setErrorMessage
-
messageWithParams
Parameterized message template for the aggregate failure (when applicable) -
getMessageWithParams
-
setMessageWithParams
-
messageParams
Parameters for messageWithParams -
getMessageParams
-
setMessageParams
-
validationErrors
public DecisionTableExportJobError validationErrors(List<DecisionTableJobValidationError> validationErrors) Validation failures for the export job -
getValidationErrors
-
setValidationErrors
-
equals
-
hashCode
public int hashCode() -
toString
-