-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy patherrorMessage.properties
More file actions
20 lines (20 loc) · 1.82 KB
/
errorMessage.properties
File metadata and controls
20 lines (20 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
validationSuccessMessage=No errors found.
validationErrorMessage=COUNT ERROR found
errorMessageGCSInvalidPath=Path Field PATH_FIELD already exists in the data schema Please provide a field that does not already exist
errorMessageGCSInvalidBucketName=Invalid bucket name in path 'BUCKET_NAME'. Bucket name should only contain \
lower case alphanumeric, '-'. '_' and '.'. Please follow GCS naming \
convention: https://cloud.google.com/storage/docs/naming-buckets
errorMessageIncorrectBQTable=BigQuery table 'TABLENAME' does not exist. Ensure correct table name is provided.
errorMessagePubSubInvalidAdvancedField=Unable to create config for batchsink GooglePublisher 'PROPERTY' is \
invalid: Value of field class io.cdap.plugin.gcp.publisher.GooglePublisher$Config.PROPERTY is expected\
\ to be a number.
errorMessagePubSubMaxBatchCountField=Invalid maximum count of messages in a batch. Ensure the value is a positive number.
errorMessagePubSubMaxBatchSizeField=Invalid maximum batch size. Ensure the value is a positive number.
errorMessagePubSubDelayThresholdField=Invalid delay threshold for publishing a batch. Ensure the value is a positive number.
errorMessagePubSubRetryTimeout=Invalid max retry timeout for retrying failed publish. Ensure the value is a positive number.
errorMessagePubSubErrorThreshold=Invalid error threshold for publishing. Ensure the value is a positive number.
errorMessageIncorrectBQChunkSize=Value must be a multiple of 262144.
errorMessageIncorrectBQBucketName=Bucket name can only contain lowercase letters, numbers, '.', '_', and '-'.
errorMessageIncorrectBQProperty=PROPERTY name can only contain letters (lower or uppercase), numbers and '_'.
errorMessageInvalidPath=Error when trying to detect schema: Input path not found
errorMessageBlankBQArgumentColumnName=1 Invalid key value pair for Argument Selection Conditions.