You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/config/error_codes.yml

34 lines
1.2 KiB

cartodb_errors:
unknown_error:
code: 0
message: "We're sorry, an error has occurred"
8 years ago
hint: "Please try again, or <a href='mailto:support@carto.com'>contact our support team</a> who will be happy to assist."
empty_file:
code: 1
message: The file you have tried to upload has no data
hint: "In order to create a table from importing a file, the file must have data"
file_error:
code: 2
message: The file you are trying to upload has an invalid format
hint: "Please note that supported formats are: CSV, XLS, SHP & ZIP"
geometries_error:
code: 3
message: An error has occurred when importing geometry
hint: ""
url_error:
code: 4
message: An error has occurred when importing a URL
8 years ago
hint: "Please note that supported formats are: CSV, XLS, SHP & ZIP"
table_copy_error:
code: 5
message: Error while duplicating table
8 years ago
hint: "Please try again, or <a href='mailto:support@carto.com'>contact our support team</a> who will be happy to assist."
quota_error:
code: 6
message: Disk Quota Exceeded!
8 years ago
hint: "Please remove some tables or upgrade your plan"
invalid_interval:
code: 7
message: Invalid interval
hint: "Sync interval must be at least 15 minutes"