Package com.mypurecloud.sdk.v2.model
Enum Class ReportingExportJobResponse.ExportErrorMessagesTypeEnum
java.lang.Object
java.lang.Enum<ReportingExportJobResponse.ExportErrorMessagesTypeEnum>
com.mypurecloud.sdk.v2.model.ReportingExportJobResponse.ExportErrorMessagesTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<ReportingExportJobResponse.ExportErrorMessagesTypeEnum>,java.lang.constant.Constable
- Enclosing class:
- ReportingExportJobResponse
public static enum ReportingExportJobResponse.ExportErrorMessagesTypeEnum
extends Enum<ReportingExportJobResponse.ExportErrorMessagesTypeEnum>
The error message in case the export request failed
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionfromString(String key) toString()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUTDATEDSDKVERSION
-
FAILED_CONVERTING_EXPORT_JOB
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_CONVERTING_EXPORT_JOB -
FAILED_NO_DATA_EXPORT_JOB_FOUND
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_NO_DATA_EXPORT_JOB_FOUND -
FAILED_GETTING_DATA_FROM_SERVICE
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_GETTING_DATA_FROM_SERVICE -
FAILED_GENERATING_TEMP_FILE
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_GENERATING_TEMP_FILE -
FAILED_SAVING_FILE_TO_S3
-
FAILED_NOTIFYING_SKYWALKER_OF_DOWNLOAD
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_NOTIFYING_SKYWALKER_OF_DOWNLOAD -
FAILED_BUILDING_DOWNLOAD_URL_FROM_SKYWALKER_RESPONSE
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_BUILDING_DOWNLOAD_URL_FROM_SKYWALKER_RESPONSE -
FAILED_CONVERTING_EXPORT_JOB_TO_QUEUE_PERFORMANCE_JOB
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_CONVERTING_EXPORT_JOB_TO_QUEUE_PERFORMANCE_JOB -
EXPORT_TYPE_NOT_IMPLEMENTED
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum EXPORT_TYPE_NOT_IMPLEMENTED -
REACHED_MAXIMUM_ATTEMPT_OF_RETRY
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum REACHED_MAXIMUM_ATTEMPT_OF_RETRY -
FAILED_LONG_RUNNING_EXPORT
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_LONG_RUNNING_EXPORT -
TOO_MANY_REQUESTS_FROM_AN_ORGANIZATION
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum TOO_MANY_REQUESTS_FROM_AN_ORGANIZATION -
FAILED_AS_EXPORT_FILE_SIZE_IS_GREATER_THAN_10MB
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum FAILED_AS_EXPORT_FILE_SIZE_IS_GREATER_THAN_10MB -
NOT_AUTHORIZED_TO_VIEW_EXPORT
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum NOT_AUTHORIZED_TO_VIEW_EXPORT -
STATIC_LINK_EXPORT_FAILED
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum STATIC_LINK_EXPORT_FAILED -
TOO_MANY_SEARCH_CRITERIA
-
SEARCH_CRITERIA_VALUES_EXCEED_LIMIT
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum SEARCH_CRITERIA_VALUES_EXCEED_LIMIT -
EXPORT_EMAIL_FILE_SIZE_EXCEEDED_LIMIT
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum EXPORT_EMAIL_FILE_SIZE_EXCEEDED_LIMIT -
CIRCUIT_BREAKER_OPEN_FOR_VIEW_TYPE
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum CIRCUIT_BREAKER_OPEN_FOR_VIEW_TYPE -
BAD_REQUEST_SCHEDULED_RUN
public static final ReportingExportJobResponse.ExportErrorMessagesTypeEnum BAD_REQUEST_SCHEDULED_RUN
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
-
toString
- Overrides:
toStringin classEnum<ReportingExportJobResponse.ExportErrorMessagesTypeEnum>
-