Package com.collibra.catalog.sampler.api
Class SamplerErrorCodes
- Object
-
- SamplerErrorCodes
-
public final class SamplerErrorCodes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLUMNS_ARE_NOT_CONNECTED_TO_ANY_TABLE
static String
DATABASE_HAS_INCORRECT_EDGE_CONFIGURATION
static String
DEFAULT_JOB_ERROR_MESSAGE
static String
DEFAULT_JOB_PROGRESS_MESSAGE
static String
DEFAULT_JOB_SUCCESS_MESSAGE
static String
DEFAULT_JOB_UNEXPECTED_STATUS_MESSAGE
static String
EDGE_ERROR
static String
EDGE_FEATURE_IS_NOT_ENABLED
static String
JSON_RESULT_PROCESSING_FAILED
static String
MULTIPLE_EDGE_JOB_INSTANCES_FOUND
static String
MULTIPLE_MATCHING_SAMPLING_CAPABILITIES_FOUND
static String
NO_COLUMNS_TO_SAMPLE
static String
RESUME_GET_SAMPLING_REQUEST_NOT_ALLOWED
static String
SAMPLER_CAPABILITY_NOT_FOUND
static String
SAMPLING_FEATURE_DISABLED
static String
SAMPLING_NOT_ALLOWED
static String
UNSUPPORTED_ASSET_TYPE
static String
UNSUPPORTED_SAMPLING_STATUS
static String
WRITE_SAMPLES_JOB_ERROR_MESSAGE
-
-
-
Field Detail
-
SAMPLING_FEATURE_DISABLED
public static final String SAMPLING_FEATURE_DISABLED
- See Also:
- Constant Field Values
-
SAMPLING_NOT_ALLOWED
public static final String SAMPLING_NOT_ALLOWED
- See Also:
- Constant Field Values
-
UNSUPPORTED_ASSET_TYPE
public static final String UNSUPPORTED_ASSET_TYPE
- See Also:
- Constant Field Values
-
JSON_RESULT_PROCESSING_FAILED
public static final String JSON_RESULT_PROCESSING_FAILED
- See Also:
- Constant Field Values
-
DATABASE_HAS_INCORRECT_EDGE_CONFIGURATION
public static final String DATABASE_HAS_INCORRECT_EDGE_CONFIGURATION
- See Also:
- Constant Field Values
-
MULTIPLE_MATCHING_SAMPLING_CAPABILITIES_FOUND
public static final String MULTIPLE_MATCHING_SAMPLING_CAPABILITIES_FOUND
- See Also:
- Constant Field Values
-
SAMPLER_CAPABILITY_NOT_FOUND
public static final String SAMPLER_CAPABILITY_NOT_FOUND
- See Also:
- Constant Field Values
-
COLUMNS_ARE_NOT_CONNECTED_TO_ANY_TABLE
public static final String COLUMNS_ARE_NOT_CONNECTED_TO_ANY_TABLE
- See Also:
- Constant Field Values
-
NO_COLUMNS_TO_SAMPLE
public static final String NO_COLUMNS_TO_SAMPLE
- See Also:
- Constant Field Values
-
EDGE_FEATURE_IS_NOT_ENABLED
public static final String EDGE_FEATURE_IS_NOT_ENABLED
- See Also:
- Constant Field Values
-
RESUME_GET_SAMPLING_REQUEST_NOT_ALLOWED
public static final String RESUME_GET_SAMPLING_REQUEST_NOT_ALLOWED
- See Also:
- Constant Field Values
-
EDGE_ERROR
public static final String EDGE_ERROR
- See Also:
- Constant Field Values
-
MULTIPLE_EDGE_JOB_INSTANCES_FOUND
public static final String MULTIPLE_EDGE_JOB_INSTANCES_FOUND
- See Also:
- Constant Field Values
-
WRITE_SAMPLES_JOB_ERROR_MESSAGE
public static final String WRITE_SAMPLES_JOB_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
DEFAULT_JOB_SUCCESS_MESSAGE
public static final String DEFAULT_JOB_SUCCESS_MESSAGE
- See Also:
- Constant Field Values
-
DEFAULT_JOB_ERROR_MESSAGE
public static final String DEFAULT_JOB_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
DEFAULT_JOB_PROGRESS_MESSAGE
public static final String DEFAULT_JOB_PROGRESS_MESSAGE
- See Also:
- Constant Field Values
-
DEFAULT_JOB_UNEXPECTED_STATUS_MESSAGE
public static final String DEFAULT_JOB_UNEXPECTED_STATUS_MESSAGE
- See Also:
- Constant Field Values
-
UNSUPPORTED_SAMPLING_STATUS
public static final String UNSUPPORTED_SAMPLING_STATUS
- See Also:
- Constant Field Values
-
-