Version: v2.4 
Error Codes
The following section describes different error codes and their associated description.
#
accessRequests#
ACR-1001Code | ACR-1001 |
Class | INVALID_ACCESS_REQUEST |
Title | Access request cannot be processed for the resource |
Message | '{}' access request cannot be processed for {} as the user already have '{}' access |
Description | Access request cannot be processed for the resource if the user already have the access |
#
ACR-1002Code | ACR-1002 |
Class | INVALID_ACCESS_REQUEST |
Title | Access request cannot be processed as existing request is still in 'pending' state |
Message | '{}' access request cannot be processed for {} as the existing '{}' access request is still in 'pending' state |
Description | Access request cannot be processed as existing request is still in 'pending' state |
#
auroraMySql#
AMS-1001Code | AMS-1001 |
Class | AURORA_OPERATION_FAILED |
Title | Error occurred during some aurora operation |
Message | <Custom runtime error message> |
Description | There was some issue while performing aurora operation. |
#
AMS-1002Code | AMS-1002 |
Class | TABLE_DELETION_FAILED |
Title | Unable to delete auroramysql table |
Message | Failed to delete Aurora table with error - {} |
Description | There was some issue while deleting aurora mysql table. |
#
AMS-1003Code | AMS-1003 |
Class | VIEW_DELETION_FAILED |
Title | Unable to delete aurora view |
Message | Failed to delete Aurora view with error - {} |
Description | There was some issue while deleting aurora mysql view. |
#
AMS-1004Code | AMS-1004 |
Class | ADD_USER_TO_GROUP_FAILED |
Title | Unable to add users to aurora group |
Message | Failed to add users to group with error - {} |
Description | There was some issue while adding users to aurora group. |
#
AMS-1005Code | AMS-1005 |
Class | REMOVE_USER_FROM_GROUP_FAILED |
Title | Unable to remove users from aurora group |
Message | Failed to remove users from group with error - {} |
Description | There was some issue while removing users from aurora group. |
#
AMS-1006Code | AMS-1006 |
Class | PERMISSION_ASSIGNMENT_FAILED |
Title | Unable to assign permission to aurora mysql members |
Message | Failed to assign permissions to {} with error - {} |
Description | There was some issue while assigning permissions to aurora mysql members. |
#
AMS-1007Code | AMS-1007 |
Class | REVOKE_ACCESS_FAILED |
Title | Unable to revoke permission from aurora mysql members |
Message | Failed to revoke access to group {} with error - {} |
Description | There was some issue while revoking permissions from aurora mysql members. |
#
AMS-1008Code | AMS-1008 |
Class | INVALID_CHARACTER_FORMAT |
Title | Characters in data type braces need to be integers |
Message | Characters in data type braces need to be integers |
Description | Characters in data type braces need to be integers. |
#
AMS-1009Code | AMS-1009 |
Class | INVALID_COLUMN |
Title | Unable to scale given column type |
Message | Column {} type doesn't support scale |
Description | Invalid column type provided by user to scale. |
#
AMS-1010Code | AMS-1010 |
Class | INVALID_COLUMN_TYPE |
Title | Invalid column data type is provided by user |
Message | Column {} type is not part of supported data types of {} |
Description | Invalid column data type provided by user. Please provide a supported column type. |
#
AMS-1011Code | AMS-1011 |
Class | INVALID_PRECISION |
Title | Invalid precision value |
Message | Precision of a data type cannot be less than 0 |
Description | Invalid precision value provided by user. |
#
AMS-1012Code | AMS-1012 |
Class | INVALID_PRECISION |
Title | Invalid precision value for given data type |
Message | Maximum allowed value for precision {} for type {} |
Description | Invalid precision value provided by user. |
#
AMS-1013Code | AMS-1013 |
Class | INVALID_SCALE |
Title | Invalid scala value for given data type |
Message | Scale of a data type cannot be more than precision for column {} of type {} |
Description | Invalid scale value provided by user. |
#
AMS-1014Code | AMS-1014 |
Class | TABLE_CREATION_FAILED |
Title | Unable to create aurora mysql table |
Message | Failed to create auroramysql table with error - {} |
Description | Aurora Mysql table creation failed due to some issue. |
#
AMS-1015Code | AMS-1015 |
Class | AURORA_COPY_DATA_FAILED |
Title | Aurora data copy failed |
Message | Aurora data copy failed with error - {} |
Description | There was some issue while copying data to/from Aurora. |
#
authorization#
AUTH-1001Code | AUTH-1001 |
Class | INCOMPLETE_EVENT_INFO |
Title | Missing role_id in event header |
Message | Missing role information in event header |
Description | User must provide a valid role_id to complete the request successfully. |
#
AUTH-1002Code | AUTH-1002 |
Class | UNAUTHORIZED_USER |
Title | Insufficient user permissions |
Message | User action is not permitted |
Description | User needs to have valid permissions to perform the desired action. |
#
AUTH-1003Code | AUTH-1003 |
Class | UNAUTHORIZED_ROLE_ACCESS |
Title | Insufficient user permissions |
Message | User is not authorized to use {} - {} |
Description | User needs to have valid permissions to assume role. |
#
AUTH-1004Code | AUTH-1004 |
Class | UNAUTHORIZED_USER_ACCESS |
Title | Insufficient user permissions |
Message | User - {} not authorized to revoke access on the {} - {} |
Description | User needs to have valid permissions to revoke access on resource. |
#
AUTH-1005Code | AUTH-1005 |
Class | UNAUTHORIZED_USER |
Title | Insufficient user permissions |
Message | User {} is not owner to perform this operation |
Description | User needs to have valid permissions to perform the desired action. |
#
AUTH-1006Code | AUTH-1006 |
Class | UNAUTHORIZED_USER_GROUP_ACCESS |
Title | User isn't part of given group |
Message | User {} is not part of the group {} |
Description | User needs be part of group to perform the desired action. |
#
AUTH-1007Code | AUTH-1007 |
Class | UNAUTHORIZED_RESOURCE_ACCESS |
Title | User doesn't have sufficient permissions to perform operation |
Message | Permission error, user {} is not the owner of the resource {} to be added. |
Description | User needs be owner of resource in order to perform the operation. |
#
AUTH-1008Code | AUTH-1008 |
Class | UNAUTHORIZED_RESOURCE_ACCESS |
Title | User doesn't have sufficient permissions to perform operation |
Message | User {} is not the owner of the resource {} to be removed |
Description | User needs be owner of resource in order to perform the operation. |
#
AUTH-1009Code | AUTH-1009 |
Class | UNAUTHORIZED_VIEW_ACCESS |
Title | User doesn't have sufficient permissions to perform operation |
Message | The user is not authorized to grant the access to view. |
Description | User needs be authorized in order to perform the operation. |
#
AUTH-1010Code | AUTH-1010 |
Class | UNAUTHORIZED_USER_ACCESS |
Title | User doesn't have sufficient permissions to perform operation |
Message | User {} is not authorized to perform this operation |
Description | User needs be authorized in order to perform the operation. |
#
AUTH-1011Code | AUTH-1011 |
Class | UNAUTHORIZED_USER_ACCESS |
Title | User doesn't have sufficient permissions to view details |
Message | User {} is not authorized to view resource details |
Description | User needs be authorized in order to view details. |
#
AUTH-1012Code | AUTH-1012 |
Class | UNAUTHORIZED_USER_CUSTOM_ERROR |
Title | Custom error msg thrown for unauthorized access |
Message | {} |
Description | User defined custom error message for unauthorized user access. |
#
AUTH-1013Code | AUTH-1013 |
Class | UNAUTHORIZED_USER |
Title | User not authorized to repair the dataset |
Message | User is not authorized to repair the dataset {} |
Description | User not authorized to repair the dataset. |
#
AUTH-1014Code | AUTH-1014 |
Class | UNAUTHORIZED_USER |
Title | User not authorized to create resources in a domain |
Message | User is not owner of domain {} to create {} |
Description | User not owner of the domain. |
#
AUTH-1015Code | AUTH-1015 |
Class | USER_OPERATION_NOT_ALLOWED |
Title | User is not allowed to change library name |
Message | User is not allowed to change library name. |
Description | User is not allowed to change library name |
#
AUTH-1016Code | AUTH-1016 |
Class | USER_OPERATION_NOT_ALLOWED |
Title | User is not authorized to view this library |
Message | User is not authorized to view this library. |
Description | User is not authorized to view this library |
#
AUTH-1017Code | AUTH-1017 |
Class | UNAUTHORIZED_ACCESS |
Title | Unauthorized access |
Message | User is not authorized to access this resource |
Description | User is not authorized to access this resource. |
#
AUTH-1018Code | AUTH-1018 |
Class | UNAUTHORIZED_DELETE |
Title | Unauthorized delete |
Message | User is not authorized to delete this resource |
Description | User is not authorized to delete this resource. |
#
AUTH-1019Code | AUTH-1019 |
Class | UNAUTHORIZED_USER |
Title | User is not authorized. |
Message | Unauthorized user - {}. |
Description | User is not authorized. |
#
AUTH-1020Code | AUTH-1020 |
Class | UNAUTHORIZED_USER |
Title | User is not authorized to view this resources. |
Message | User - {}, is not authorized to view resources of user - {}. |
Description | User is not authorized to view this resources. |
#
AUTH-1021Code | AUTH-1021 |
Class | UNAUTHORIZED_USER |
Title | User is not authorized to delete the access request. |
Message | User is unauthorized to delete the access request. |
Description | User is not authorized to delete the access the request. |
#
AUTH-1022Code | AUTH-1022 |
Class | UNAUTHORIZED_USER |
Title | User is not authorized to access the request. |
Message | User {} is unauthorized to access the access requests of user {}.. |
Description | User is not authorized to access the request. |
#
AUTH-1023Code | AUTH-1023 |
Class | UNAUTHORIZED_USER |
Title | User is not authorized to view role. |
Message | User is not authorized to view the role detail. |
Description | User is not authorized to view role. |
#
AUTH-1024Code | AUTH-1024 |
Class | UNAUTHORIZED_QUERY |
Title | Unauthorized querying the dataset |
Message | User is not authorized to query the dataset - {} |
Description | User is not authorized to query the dataset. |
#
AUTH-1025Code | AUTH-1025 |
Class | UNAUTHORIZED_DENY_REQUEST |
Title | Unauthorized to deny request |
Message | The user is not authorized to deny the request. |
Description | User is not authorized to deny the dataset. |
#
AUTH-1026Code | AUTH-1026 |
Class | UNAUTHORIZED_USER |
Title | User is not authorized to perform this operation. |
Message | User {} doesn't have access to {}. |
Description | User is not authorized to perform this operation. |
#
AUTH-1027Code | AUTH-1027 |
Class | UNAUTHORIZED_USER |
Title | User not authorized to create domain in a tenant |
Message | User is not owner of tenant {} to create domain {} |
Description | User not owner of the tenant to create a domain. |
#
connections#
CON-1001Code | CON-1001 |
Class | MISSING_PARAMETER |
Title | Some required parameters are missing |
Message | Missing mandatory param {} for {} connection type |
Description | Invalid request body, missing mandatory parameters for given connection type. |
#
CON-1002Code | CON-1002 |
Class | INVALID_TABLE_UPDATE_METHOD |
Title | Invalid table update method |
Message | Invalid Table update method for {} connection type. Only append is allowed |
Description | Invalid request body, table update method should be of append type. |
#
CON-1003Code | CON-1003 |
Class | CONNECTION_FAILED |
Title | Unable to establish connection |
Message | Failed to establish source connection with exception - {} |
Description | Connection establishment failed due to some issue. |
#
CON-1004Code | CON-1004 |
Class | TEST_CONNECTION_FAILED |
Title | Unable to test connection |
Message | Test connection failed with error - {} |
Description | Connection testing failed due to some issue. |
#
CON-1006Code | CON-1006 |
Class | LIST_REPLICATION_INSTANCES_FAILED |
Title | Unable to get list of replication instances |
Message | Failed to get list of all instances available with error - {} |
Description | There was some issue while getting list of replication instances that are available. |
#
CON-1007Code | CON-1007 |
Class | CREATE_REPLICATION_INSTANCE_FAILED |
Title | Failed to create replication instance |
Message | Replication instance creation failed with error - {} |
Description | There was some issue while creating a replication instance. |
#
CON-1008Code | CON-1008 |
Class | CONNECTION_OP_ERROR |
Title | Connection operation failed. |
Message | Connection(jdbc bulkload) operation failed with error - {} |
Description | Custom error thrown at the time of connections related operations. |
#
CON-1009Code | CON-1009 |
Class | GET_REPLICATION_INSTANCE_FAILED |
Title | Failed to get replication instance details |
Message | Unable to get details of the replication instance, failed with error - {} |
Description | There was some issue while trying to get replication instance details. |
#
CON-1010Code | CON-1010 |
Class | UPDATE_REPLICATION_INSTANCE_FAILED |
Title | Failed to update replication instance |
Message | Unable to update replication instance, failed with error - {} |
Description | There was some issue while trying to update replication instance. |
#
CON-1011Code | CON-1011 |
Class | REBOOT_REPLICATION_INSTANCE_FAILED |
Title | Failed to reboot replication instance |
Message | Unable to reboot replication instance, failed with error - {} |
Description | There was some issue while trying to reboot replication instance. |
#
CON-1012Code | CON-1012 |
Class | DELETE_REPLICATION_INSTANCE_FAILED |
Title | Failed to delete replication instance |
Message | Unable to delete replication instance, failed with error - {} |
Description | There was some issue while trying to delete replication instance. |
#
CON-1013Code | CON-1013 |
Class | INVALID_COLUMN_DATATYPES |
Title | Invalid column datatypes in DWH |
Message | Invalid {} is received for table {} and column {}, please check {} documentation for details |
Description | There was some incorrect column datatypes defined in datasets |
#
CON-1014Code | CON-1014 |
Class | INVALID_TRANSFORMATION_RULES |
Title | Invalid transformation rules |
Message | Invalid transformation rules are provided |
Description | There was some incorrect transformation rules provided while registering datasets |
#
CON-1015Code | CON-1015 |
Class | INVALID_SORT_DIST_KEY_TYPES |
Title | Invalid sort and dist keys types |
Message | Invalid Sort & Dist keys type are provided |
Description | Invalid Sort & Dist keys type are provided, Sort keys must be list and Dist key should be string |
#
CON-1016Code | CON-1016 |
Class | DATASET_REGISTRATION_FAILED |
Title | Dataset registration failed |
Message | {} failed with error - {} |
Description | There was some issue while registering datasets. |
#
CON-1017Code | CON-1017 |
Class | REPLICATION_TASK_STATUS |
Title | Dataset registration failed |
Message | Unable to get the current status of migration task |
Description | There was some issue while getting the current status of migration task. |
#
CON-1018Code | CON-1018 |
Class | CREATE_GLUE_PARTITION_FAILED |
Title | Glue partition creation failed |
Message | Failed to create glue partition for table {} |
Description | There was some issue while creating glue partition. |
#
CON-1019Code | CON-1019 |
Class | CREATE_ENDPOINT_FAILED |
Title | Endpoint creation failed |
Message | Failed to create target endpoint |
Description | There was some issue while creating target endpoint. |
#
costExplorer#
CE-1001Code | CE-1001 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, must be one of {}. |
Description | The parameter value must satisfy the required conditions. |
#
CE-1002Code | CE-1002 |
Class | INVALID_START_DATE |
Title | Parameter StartDate is invalid |
Message | StartDate must be lower than EndDate |
Description | Invalid StartDate value provided by user. |
#
dashboards#
DASH-1001Code | DASH-1001 |
Class | DASHBOARD_UPDATE_FAILED |
Title | Unable to update dashboard |
Message | Dashboard id update failed for DashboardName - {} |
Description | There was some issue while updating dashboard name. |
#
DASH-1002Code | DASH-1002 |
Class | DASHBOARD_REGISTER_FAILED |
Title | Unable to register dashboard |
Message | Failed to register dashboard |
Description | There was some issue while registering dashboard. |
#
DASH-1003Code | DASH-1003 |
Class | DASHBOARD_FETCH_FAILED |
Title | Unable to retrieve dashboard |
Message | Failed to retrieve dashboard |
Description | There was some issue while fetching dashboard details. |
#
DASH-1004Code | DASH-1004 |
Class | INCONSISTENT_DASHBOARD_METADATA |
Title | Missing parameter from dashboard stored data |
Message | {} parameter is not found for dashboard name {} |
Description | There are some parameter values missing from database for a dashboard. |
#
DASH-1005Code | DASH-1005 |
Class | DASHBOARD_API_LIMIT_EXCEEDED |
Title | Failed to add/remove dashboards |
Message | Number of dashboards to add or remove per api call exceeds maximum limit of 20 found - {} |
Description | The api limit doesn't allow to add/remove more than 20 dashboards per api call. |
#
DASH-1006Code | DASH-1006 |
Class | INVALID_QUICKSIGHT_DASHBOARD |
Title | Failed to fetch quicksight dashboard |
Message | Quicksight dashboard {} is unavailable |
Description | User entered id for quicksight dashboard is not available to be used. |
#
dataloadLimits#
DLL-1001Code | DLL-1001 |
Class | DATALOAD_QUEUE_OPERATION_FAILED |
Title | Failed to change the state of data load queue table for a given status |
Message | Unable to {} data load queues table with {} status |
Description | There was some issue while performing operation on data load queues table when it's in invalid given status. |
#
DLL-1002Code | DLL-1002 |
Class | OVERALL_LAMBDA_LIMIT_EXCEEDED |
Title | Overall lambda limit exceeded |
Message | Sum of all data load limits exceeded the overall limit. Maximum overall limit is {} |
Description | Cannot perform required operation due to maximum limit reached. |
#
DLL-1003Code | DLL-1003 |
Class | DATALOAD_LIMIT_EXCEEDED |
Title | Data load limit exceeded |
Message | Invalid limit. Minimum and Maximum data load limit for {} is {} and {} respectively. |
Description | Cannot perform required operation due to invalid value passed in request body. |
#
DLL-1004Code | DLL-1004 |
Class | LAMBDA_CONCURRENCY_RETRIEVAL_FAILED |
Title | Unable to retrieve lambda concurrency for the account |
Message | Failed to retrieve lambda concurrency for the account with error - {} |
Description | There was some issue while retrieving lambda concurrency for the account. |
#
datasets#
DS-1001Code | DS-1001 |
Class | RETRIEVE_DATASET_DETAILS |
Title | Unable to fetch dataset details |
Message | Unable to retrieve dataset information, due to inconsistent metadata. Please clean up and retry |
Description | There was some metadata inconsistency issue while retrieving dataset details. |
#
DS-1002Code | DS-1002 |
Class | INACTIVE_DATASET |
Title | The given dataset is inactive |
Message | Inactive DatasetId - {} |
Description | Dataset on which operation is being performed is inactive. |
#
DS-1003Code | DS-1003 |
Class | INVALID_DATASET_METADATA |
Title | The given dataset metadata is incomplete |
Message | Missing required key(s) {} in the dataset metadata |
Description | Input dataset metadata is invalid. |
#
DS-1004Code | DS-1004 |
Class | INCONSISTENT_DATASET_METADATA |
Title | Dataset metadata was found inconsistent |
Message | Inconsistent metadata for dataset details {} |
Description | The dataset metadata have inconsistent values in database. |
#
DS-1005Code | DS-1005 |
Class | UNAUTHORIZED_DATASET_METADATA_UPDATE |
Title | Unable to update metadata for dataset |
Message | User is not authorized to update metadata for dataset {} |
Description | User didn't have sufficient permissions to update metadata for dataset. |
#
DS-1006Code | DS-1006 |
Class | DATASET_METADATA_UPDATE_FAILED |
Title | Unable to update metadata for dataset |
Message | Unable to update {} attributes for dataset: {} |
Description | There was some issue while updating sort and distribution attributes for dataset. |
#
DS-1007Code | DS-1007 |
Class | DATASET_DELETE_FAILED |
Title | Unable to delete dataset |
Message | Dataset can not be deleted while in {} state. |
Description | The dataset cannot be deleted in given state. |
#
DS-1008Code | DS-1008 |
Class | UNAUTHORIZED_DATASET_DELETE |
Title | Missing permissions to delete dataset |
Message | User not authorized to delete the dataset - {} |
Description | User didn't have sufficient permissions to delete the dataset. |
#
DS-1009Code | DS-1009 |
Class | DATASET_DELETE_FAILED |
Title | Dataset list cannot be empty |
Message | No input datasets to delete. |
Description | Dataset list to be deleted was found empty, please pass some datasets in list. |
#
DS-1010Code | DS-1010 |
Class | INVALID_DATASET_METADATA |
Title | Invalid dataset metadata |
Message | Invalid data clean up duration {}, duration should be between 1 - 1825 days |
Description | The DataCleanupDuration value passed is invalid, duration should be between 1 - 1825 days. |
#
DS-1011Code | DS-1011 |
Class | DATASET_CLASSIFICATION_UPDATE_FAILED |
Title | Error removing data classifications |
Message | Unable to remove data classifications for dataset: {} |
Description | There was some issue while removing data classifications for dataset. |
#
DS-1012Code | DS-1012 |
Class | DATASET_CLASSIFICATION_UPDATE_FAILED |
Title | Error adding data classifications |
Message | Unable to add data classifications for dataset: {} |
Description | There was some issue while adding data classifications for dataset. |
#
DS-1013Code | DS-1013 |
Class | DATASET_UPDATE_FAILED |
Title | Error updating metadata |
Message | Unable to update Source S3 Bucket Prefix / Metadata for dataset: {} |
Description | There was some issue while updating source S3 bucket prefix/metadata for dataset. |
#
DS-1014Code | DS-1014 |
Class | DATASET_ITEM_DELETION_FAILED |
Title | Error deleting dataset item |
Message | Failed to delete dataset item from Dataset table, try again later! |
Description | There was some issue while deleting item from dataset table. |
#
DS-1015Code | DS-1015 |
Class | DATASET_CREATION_FAILED |
Title | Error creating dataset |
Message | '{}' file format doesn't support '{}'. |
Description | Dataset creation failed due to invalid file format for target location. |
#
DS-1016Code | DS-1016 |
Class | INVALID_DATASET_ACCESS |
Title | Error writing to dataset |
Message | User doesn't have access to write to dataset with id {} |
Description | Insufficient permissions in order to write to dataset. |
#
DS-1017Code | DS-1017 |
Class | INVALID_DWH_VALUE_FOR_DATASET |
Title | Invalid input body |
Message | Unsupported DATALAKE DWH Value {} for dataset {} with target {}, supported locations are {} |
Description | Invalid DWH value provided for dataset with given target. Please provide a valid value from list. |
#
DS-1018Code | DS-1018 |
Class | DATACLASSIFICATION_VALIDATION_FAILED |
Title | Error validating dataclassification while updating dataset |
Message | Invalid dataclassification value(s) - '{}'. |
Description | Dataset update failed due to invalid dataclassification value. |
#
DS-1019Code | DS-1019 |
Class | INVALID_DATASET_ID |
Title | Invalid datasetId |
Message | Invalid datasetId - '{}', dataset doesn't exist with this Id |
Description | No dataset exists with the given Id. |
#
DS-1020Code | DS-1020 |
Class | DATASET_DELETE_FAILED_FROM_GROUP |
Title | Dataset delete failed from group while repairing dataset |
Message | Failed to delete dataset from group - '{}'. |
Description | Dataset delete failed from group while repairing dataset. |
#
DS-1021Code | DS-1021 |
Class | INVALID_DATASET_FILE |
Title | Invalid file to be downloaded |
Message | Invalid file name is passed to download the file {} |
Description | Dataset filename provided by user is invalid, please provide correct name to download the file. |
#
DS-1022Code | DS-1022 |
Class | INVALID_DATASET_FILE_STATUS |
Title | Invalid file status to be downloaded |
Message | Files can be downloaded only in completed status |
Description | The file being downloaded by user hasn't been processed or uploaded completely, please wait for it to be completed. |
#
DS-1023Code | DS-1023 |
Class | INVALID_DATALAKE_DHW_VALUE |
Title | Invalid DATALAKE_DWH value |
Message | Invalid DATALAKE_DWH value - '{}'. |
Description | Invalid DATALAKE_DWH value provided |
#
DS-1024Code | DS-1024 |
Class | FAILED_TO_UPDATE_DATASET_SUMMARY |
Title | Dataset summary update failed |
Message | Failed to update dataset summary for dataset with id '{}'. |
Description | Failed to update dataset summary |
#
DS-1025Code | DS-1025 |
Class | INVALID_STATUS_FILTER |
Title | Invalid status filter passed to get files |
Message | Invalid status filter - {} passed to get files for dataset |
Description | Invalid status filter has been provided by user to get files for dataset, please provide a valid one. |
#
DS-1027Code | DS-1027 |
Class | FILES_RESTORE_FAILED |
Title | There are no files to be restored |
Message | No files to restore |
Description | No files present to be restored. |
#
DS-1028Code | DS-1028 |
Class | FILES_RESTORE_FAILED |
Title | Unable to restore files |
Message | Cannot restore more than 100 files in a single call |
Description | User is not allowed to restore more than 100 files at once, please reduce the amount of files to be restored. |
#
DS-1029Code | DS-1029 |
Class | AI_METADATA_NOT_UPDATED_DUE_TO_DATASET_STATUS |
Title | AI metadata not updated due to Dataset status |
Message | Filename '{}' of dataset '{}' is in '{}' status so not updating AI metadata |
Description | AI metadata not updated due to Dataset status |
#
DS-1030Code | DS-1030 |
Class | FILES_RESTORE_FAILED |
Title | Unable to restore file |
Message | File with name {} is not in deleted state to restore |
Description | The file being restored is not in deleted state yet, either file still exists or file deletion failed. |
#
DS-1031Code | DS-1031 |
Class | INVALID_FILE_NAMES |
Title | Files doesn't exist |
Message | No file(s) with name(s) exist {} |
Description | The filename(s) provided by user is invalid, please provide valid names. |
#
DS-1032Code | DS-1032 |
Class | FILE_DELETION_FAILED |
Title | Unable to delete files |
Message | Failed to delete files {} |
Description | The file(s) provided by user failed to be deleted. |
#
DS-1033Code | DS-1033 |
Class | DATASET_TABLE_UPDATE_FAILED |
Title | Unable to update dataset table |
Message | Unable to update dataset table with {} status, check for errors |
Description | The dataset table with given status failed to be updated |
#
DS-1034Code | DS-1034 |
Class | FILES_DELETION_FAILED |
Title | Unable to delete files |
Message | Cannot delete more than 100 files in a single call |
Description | User is not allowed to delete more than 100 files at once, please reduce the amount of files to be deleted. |
#
DS-1035Code | DS-1035 |
Class | FILE_ALREADY_DELETED |
Title | The given file is already deleted |
Message | File with name {} is already deleted |
Description | The file being deleted doesn't exist anymore. |
#
DS-1036Code | DS-1036 |
Class | TAGGING_FILES_FAILED |
Title | Cannot tag more than 20 files |
Message | Can not tag more than 20 files in one API call. |
Description | User is not allowed to tag more than 20 files in one API call. |
#
DS-1037Code | DS-1037 |
Class | METADATA_UPDATE_FAILED |
Title | Cannot update metadata db with tags info |
Message | Failed to update the metadata db with tags information. |
Description | Unable to update metadata db with tags info. |
#
DS-1038Code | DS-1038 |
Class | INVALID_FILE_OPERATIONS |
Title | Invalid file operation provided |
Message | Invalid Operation, File Operations allowed are {} |
Description | The file operation provided by user is invalid, please provide a valid operation type. |
#
DS-1039Code | DS-1039 |
Class | DATASET_TRUNCATION_FAILED |
Title | Unable to truncate dataset |
Message | Truncating a dataset is only allowed when operation is permanent_delete |
Description | Cannot truncate dataset when operation is permanent_delete. |
#
DS-1040Code | DS-1040 |
Class | UNSUPPORTED_DATASET_TARGET_LOCATION |
Title | Feature not applicable for given dataset |
Message | {} feature is only for datasets with TargetLocation - {} |
Description | Feature is applicable only in datasets with given target location. |
#
DS-1041Code | DS-1041 |
Class | FILE_STATUS_UPDATE_FAILED |
Title | Unable to update file status |
Message | Failed to update file status |
Description | Something went wrong while updating file status, please try again or contact admin. |
#
DS-1042Code | DS-1042 |
Class | DATASET_FILES_DELETION_FAILED |
Title | Unable to delete files from dataset |
Message | Failed to delete files {} from dataset {} |
Description | Something went wrong while deleting files from bucket, hence failed for dataset. |
#
DS-1043Code | DS-1043 |
Class | DATASET_RELOAD_TABLE_UPDATE_FAILED |
Title | Unable to update dataset reload table |
Message | Unable to update dataset reloads table with {} status, check for errors |
Description | The dataset reload table with given status failed to be updated |
#
DS-1044Code | DS-1044 |
Class | ES_BULK_INDEX_FAILED |
Title | ElasticSearch bulk index operation failed |
Message | Failed while bulk indexing datasets in ElasticSearch with error - {}. |
Description | There was some issue while performing bulk index on datasets into elastic search. |
#
DS-1045Code | DS-1045 |
Class | INVALID_DATASET |
Title | Requested dataset is invalid |
Message | The Dataset requested and the dataset denied don't match. |
Description | The Dataset requested and the dataset denied don't match. |
#
DS-1046Code | DS-1046 |
Class | GET_USER_DATASET_FAILED |
Title | Failed to get user values from user-dataset table |
Message | Failed to get values for user {} from user-dataset table with error - {} |
Description | There was some issue while getting user values from user-dataset table. |
#
DS-1047Code | DS-1047 |
Class | INVALID_DATASET_PARAMETERS |
Title | Some invalid keys present in dataset parameters |
Message | Invalid input, parameters {} are not allowed while updating a dataset |
Description | Invalid keys provided in JobParameters by user, please check again. |
#
DS-1048Code | DS-1048 |
Class | DATASET_UPDATE_FAILED |
Title | Failed to update lifecycle policy of dataset |
Message | Lifecycle policy is already being updated for given dataset, please wait before trying to re-update. |
Description | Lifecycle policy cannot be updated when it's already being updated. |
#
DS-1049Code | DS-1049 |
Class | INVALID_DATASET_TARGET_LOCATION |
Title | Lifecycle policy is not supported in given target location |
Message | Lifecycle policy can only be modified for datasets with target location as {}. |
Description | Lifecycle rules can only be applied for datasets with target as S3/S3Athena. |
#
DS-1050Code | DS-1050 |
Class | DATASET_LINEAGE_UPDATE_IN_PROGRESS |
Title | Unable to update dataset lineage |
Message | Dataset lineage generation/updation already in progress, please wait before re-trying. |
Description | Dataset lineage cannot be updated since lineage generation is already in progress. |
#
DS-1051Code | DS-1051 |
Class | INCOMPLETE_DATASET_REGISTRATION |
Title | Unable to fetch/create dataset lineage |
Message | Cannot fetch/create lineage for unregistered dataset. |
Description | Dataset lineage cannot be generated or fetched until the registration of dataset is completed. |
#
DS-1052Code | DS-1052 |
Class | DATASET_LINEAGE_NOT_FOUND |
Title | Unable to fetch dataset lineage |
Message | No dataset lineage found for given dataset, please generate it. |
Description | Dataset lineage cannot be fetched until it is first generated. |
#
DS-1053Code | DS-1053 |
Class | DATASET_LINEAGE_GENERATION_UPDATE_FAILED |
Title | Unable to generate/update dataset lineage |
Message | Failed to generate/update dataset lineage, please try again! |
Description | Dataset lineage generation/updation failed, please re-generate the lineage. |
#
DS-1054Code | DS-1054 |
Class | TABLE_NOT_PARTITIONED |
Title | Table is not partitioned |
Message | Table {} is not partitioned. |
Description | Table for the given dataset is not partitioned |
#
DS-1055Code | DS-1055 |
Class | UNSUPPORTED_FILE_FORMAT |
Title | Unsupported file format for the dataset |
Message | Unsupported file format {} for dataset {}, supported file format is {} |
Description | The file format is not supported for the dataset. |
#
DS-1056Code | DS-1056 |
Class | DATASET_LF_PERMISSION_GRANT_FAILED |
Title | Unable to grant dataset access to the user with lake formation |
Message | Unable to grant dataset access to the user. |
Description | Failed to register dataset permission with lakeformation |
#
DS-1057Code | DS-1057 |
Class | DATASET_LF_PERMISSION_REVOKE_FAILED |
Title | Unable to revoke dataset access to the user from lake formation |
Message | Unable to revoke dataset access to the user. |
Description | Failed to revoke dataset permission from lakeformation |
#
DS-1058Code | DS-1058 |
Class | DATASET_LF_PERMISSION_LISTING_FAILED |
Title | Unable to list user dataset permissions |
Message | Unable to list dataset lake formation permissions. |
Description | Failed to list dataset permission from lakeformation |
#
DS-1059Code | DS-1059 |
Class | DATASET_ATTACHMENT_FAILED |
Title | Invalid dataset attached to a resource |
Message | The following datasets ({}) cannot be attached to {} as user has read-only permissions on the dataset. |
Description | Currently Amorphic does not support plugging in read only datasets of type lf to ETL and ML related services. |
#
DS-1060Code | DS-1060 |
Class | DATASET_ATTACHMENT_FAILED |
Title | Invalid dataset attached to a resource |
Message | User - {}, does not have access to lakeformation dataset - {}, grant dataset permission prior to authorizing the view |
Description | User needs to grant the dataset permission first prior to attaching it to a view. |
#
DS-1061Code | DS-1061 |
Class | DATASET_REGISTER_FAILED |
Title | Failed to register dataset with lakeformation |
Message | Failed to register dataset in the lakeformation catalog, Application can only have a maximum of 500 lakeformation datasets, please remove unwanted lakeformation datasets first and try again |
Description | Unable to complete dataset registration with lakeformation catalog. Please re-try or register the dataset with a different name or removing unwanted lakeformation datasets |
#
DS-1062Code | DS-1062 |
Class | DATASET_DEREGISTER_FAILED |
Title | Failed to de-register dataset with lakeformation |
Message | Failed to de-register dataset in the lakeformation catalog |
Description | Unable to complete dataset de-registration with lakeformation catalog. Please contact administrator for clean up |
#
DS-1063Code | DS-1063 |
Class | DATASET_LF_PERMISSION_GRANT_FAILED |
Title | Failed to grant user fine grained permissions |
Message | Dataset owners are not permitted to have fine grained access on columns |
Description | Dataset owners are given permissions to all columns by default. User are restricted to revoke the default permissions. |
#
DS-1064Code | DS-1064 |
Class | DATASET_FILE_DOWNLOAD_FAILED |
Title | User not permitted to download the dataset file |
Message | User not permitted to download the dataset file as the user has fine grained permissions on the dataset columns |
Description | User is restricted to download dataset files when fine grained column permissions are granted to the user |
#
DS-1065Code | DS-1065 |
Class | ENABLING_LIFECYCLE_POLICY_FAILED |
Title | Unable to enable lifecycle policy for dataset |
Message | Unable to enable lifecycle policy for given dataset. Maximum lifecycle rules limit reached: 1000. |
Description | It is not possible to enable lifecycle policy for more than 1000 datasets for a s3 bucket. |
#
DS-1066Code | DS-1066 |
Class | INVALID_LIFECYCLE_POLICY |
Title | Invalid life cycle rule provided by user |
Message | Expiration Day should be strictly greater than any of the transition days. Max allowed transition is 1825 days(5 years). |
Description | Please provide a valid expiration rule in life cycle policy for given dataset |
#
DS-1067Code | DS-1067 |
Class | INVALID_LIFECYCLE_POLICY |
Title | Invalid life cycle rule provided by user |
Message | Minimum 30 days needed to transition object to given storage class |
Description | An object can be transitioned only after 30 days of minimum storage to given storage classes. Please provide a valid lifecycle policy. |
#
DS-1068Code | DS-1068 |
Class | MULTIPLE_DATASETS_FOUND |
Title | No unique dataset found |
Message | More than one dataset found for given dataset {}. Please include <domainName>::<datasetName> in api request path. |
Description | User must provide domain name along with dataset name in order to uniquely identify the datasetId. |
#
DS-1069Code | DS-1069 |
Class | LIFECYCLE_POLICY_NOT_FOUND |
Title | Lifecycle policy doesn't exist for given dataset |
Message | No lifecycle policy exists for the given dataset to be deleted. |
Description | User needs to create a lifecycle policy in order to get it deleted. |
#
DS-1070Code | DS-1070 |
Class | INVALID_FILE_TO_DOWNLOAD |
Title | File download failed |
Message | Files present in {} storage class cannot be accessed/downloaded. |
Description | User cannot download a file from glacier/deep-archive storage class. |
#
DS-1071Code | DS-1071 |
Class | INVALID_LIFECYCLE_RULE |
Title | Invalid lifecycle rule |
Message | Invalid lifecycle rules, rule for {} storage class defined multiple times. |
Description | Lifecycle rule cannot be applied due to invalid transition rules. |
#
DS-1072Code | DS-1072 |
Class | TEMPORARY_FILE_DELETION_FAILED |
Title | Files present in invalid storage class to be deleted |
Message | Cannot temporarily delete files present in {} storage class. Please deselect following files - {} and try again. |
Description | Temporary deletion of files present in given storage class is not supported. |
#
DS-1073Code | DS-1073 |
Class | FILE_DELETION_FAILED |
Title | Cannot delete files in given lifecycle policy state |
Message | Cannot delete files when lifecycle policy status of dataset is in {} state. Please try again after some time. |
Description | Please wait for lifecycle policy to be completely enabled/disabled before trying to delete a file from dataset. |
#
DS-1074Code | DS-1074 |
Class | CANNOT_ENABLE_DATASET_FLAG |
Title | Attribute can only be enabled for specific type of datasets |
Message | Parameter - {} can only be enabled for dataset with TableUpdate as {} type. |
Description | Please create respective type of dataset to enable the attribute |
#
DS-1075Code | DS-1075 |
Class | DATASET_OPERATION_FAILED |
Title | Operation failed to be performed for given dataset |
Message | Please enable {} before performing given operation on dataset. |
Description | Please enable the required feature of dataset in order to perform the given operation. |
#
DS-1076Code | DS-1076 |
Class | DATASET_METRICS_SYNC_FAILED |
Title | Failed to sync dataset metrics |
Message | Metrics synchronization already in progress for given dataset. Please try again later! |
Description | Please wait for previously triggered sync operation to complete before trying again. |
#
DS-1077Code | DS-1077 |
Class | DATASET_METRICS_JOB_EXECUTION_FAILED |
Title | Failed to execute dataset sync metrics job |
Message | Metrics synchronization job cannot be triggered for more than {} datasets concurrently. Please try again later! |
Description | Please wait for one of the previously triggered sync jobs to complete before trying again. |
#
DS-1078Code | DS-1078 |
Class | DATASET_DELETE_FAILED |
Title | Datasets cannot be deleted |
Message | The maximum limit for deleting multiple datasets is 40. Please deselect some datasets and try again! |
Description | Dataset list to be deleted has more datasets than the maximum limit for bulk deletion. |
#
DS-1079Code | DS-1079 |
Class | DATA_FILTER_CREATION_FAILED |
Title | Failed to create data filter |
Message | Unable to create data filter because of invalid input {}. please correct the values and re-try! |
Description | Unable to create data filter because of invalid input. please correct the values and re-try. |
#
DS-1080Code | DS-1080 |
Class | DATASET_UPDATE_FAILED |
Title | Failed to update schema of dataset |
Message | Schema is already being updated for given dataset, please wait before trying to re-update. |
Description | Schema cannot be updated when it's already being updated. |
#
DS-1081Code | DS-1081 |
Class | DATASET_UPDATE_FAILED |
Title | Failed to update schema of dataset |
Message | Failed to update schema of the dataset due to missing users IAM Role details |
Description | Unable to update dataset schema as user IAM role is missing in the backend metadata |
#
DS-1082Code | DS-1082 |
Class | DATASET_UPDATE_FAILED |
Title | Failed to update schema of dataset |
Message | Failed to update schema of the dataset due to data filters exists |
Description | Unable to update dataset schema as the lakeformation dataset has data filters on top of it. User needs to delete and re-create the existing data filter before dropping the columns |
#
DS-1083Code | DS-1083 |
Class | DATASET_UPDATE_FAILED |
Title | Failed to update schema of dataset |
Message | Failed to update schema of the dataset due to inconsistency of table definition between glue and redshift catalogs |
Description | Unable to update dataset schema as the dataset has inconsistent column definitions between glue and redshift catalogs. Please re-create the dataset to fix the issue. |
#
deepsearch-indices#
DSI-1001Code | DSI-1001 |
Class | INDEX_CREATION_FAILED |
Title | Deep search index creation failed |
Message | Unable to create deepsearch index with error {} |
Description | There was some issue while creating deep search index. |
#
DSI-1002Code | DSI-1002 |
Class | INVALID_INDEX_NAME |
Title | Deep search index name is invalid |
Message | DeepSearchIndexName must be alphanumeric with hyphens(-). Size of the name must be between 3 chars and 32 chars. |
Description | Invalid DeepSearchIndexName, please provide a valid name. |
#
DSI-1003Code | DSI-1003 |
Class | FAILED_TO_UPDATE_INDEX_LIST |
Title | Unable to update index id list in groups |
Message | Failed to update deep search index id list in groups, try again later! |
Description | There was some issue while updating deep search index id list in groups, please try again later. |
#
DSI-1004Code | DSI-1004 |
Class | FAILED_TO_UPDATE_METADATA_TABLE |
Title | Unable to update metadata table |
Message | Failed to update the metadata table, try again later! |
Description | There was some issue while updating metadata table, please try again later. |
#
DSI-1005Code | DSI-1005 |
Class | FAILED_TO_UPDATE_LATEST_METADATA |
Title | Unable to update latest metadata |
Message | Failed to update the latest metadata, try again later! |
Description | There was some issue while updating latest metadata, please try again later. |
#
DSI-1006Code | DSI-1006 |
Class | INVALID_INDEX_STATUS |
Title | Invalid index status to be deleted |
Message | Index is in {} status. It must be in ACTIVE or FAILED status to be deleted. |
Description | Deep search index must be in ACTIVE or FAILED status to be deleted. |
#
DSI-1007Code | DSI-1007 |
Class | INVALID_INDEX_STATUS |
Title | Invalid index status to add datasets |
Message | Currently index is in {} status, it must be in ACTIVE state to add datasets. |
Description | Deep search index must be in ACTIVE status to add datasets. |
#
DSI-1008Code | DSI-1008 |
Class | EMPTY_DATASETID_LIST |
Title | Dataset Id list should be provided |
Message | DatasetIds list can not be empty! |
Description | Dataset Id(s) provided by user is an empty list, please provide some id. |
#
DSI-1009Code | DSI-1009 |
Class | UNAUTHORIZED_STOPPING_SYNC_JOB |
Title | Unauthorized try to stop sync job |
Message | User is not authorized to stop sync job on this index. |
Description | User needs sufficient permissions to stop sync job on this deep search index. |
#
DSI-1010Code | DSI-1010 |
Class | UNAUTHORIZED_TRIGGERING_SYNC_JOB |
Title | Unauthorized try to trigger sync job |
Message | User is not authorized to trigger sync job on this index. |
Description | User needs sufficient permissions to trigger sync job on this deep search index. |
#
DSI-1011Code | DSI-1011 |
Class | INVALID_FILE_TYPE |
Title | Invalid file type for datasets |
Message | Only Datasets with FileType {} are supported. |
Description | User needs to specify valid file type for dataset. |
#
DSI-1012Code | DSI-1012 |
Class | INVALID_INDEX_STATUS |
Title | Invalid index status to be searched |
Message | Index is in {} status, must be in ACTIVE state to search. |
Description | Deep search index must be in ACTIVE status to be searched. |
#
DSI-1013Code | DSI-1013 |
Class | INVALID_INDEX_ID |
Title | Index doesn't have any datasets to sync |
Message | Index with id {} does not have any datasets to sync. |
Description | Deep search index specified by user must have datasets to sync. |
#
DSI-1014Code | DSI-1014 |
Class | INVALID_INDEX_STATUS |
Title | Sync cannot be triggered with given index status |
Message | Datasets under index with id {} are in {} status, sync can be triggered only after datasets are in ACTIVE status. |
Description | Deep search index is in invalid status for sync to be triggered. |
#
DSI-1015Code | DSI-1015 |
Class | SYNC_JOB_TRIGGER_FAILED |
Title | Sync job cannot be triggered due to concurrent executions |
Message | There is currently an active sync job, please wait until it is completed or stop it before triggering a new sync job. |
Description | Concurrent sync job cannot be triggered, please wait until it is completed or stop it before triggering a new sync job. |
#
DSI-1016Code | DSI-1016 |
Class | UNAUTHORIZED_GET_SYNC_JOB |
Title | Unauthorized try to fetch sync jobS |
Message | User is not authorized to get the sync jobs on this index. |
Description | User needs sufficient permissions to fetch sync jobs on this deep search index. |
#
DSI-1017Code | DSI-1017 |
Class | FAILED_TO_STOP_SYNC_JOB |
Title | Unable to stop sync job |
Message | Only sync jobs in SYNCING state can be stopped. Currently the sync job is in {} status |
Description | Sync job couldn't be stopped due to invalid state, it needs to be in SYNCING state. |
#
DSI-1018Code | DSI-1018 |
Class | SERVICE_UNAVAILABLE |
Title | DeepSearch(Kendra) service unavailable |
Message | DeepSearch(Kendra) service unavailable or not responding in {} region. |
Description | DeepSearch(Kendra) service is unavailable in given region. |
#
DSI-1019Code | DSI-1019 |
Class | FAILED_TO_UPDATE_METADATA |
Title | Failed to update deep search index metadata |
Message | Unable to update the DeepSearchIndices Metadata. Contact administrator. |
Description | There was some issue while updating the DeepSearchIndices Metadata. Contact administrator. |
#
domains#
DOM-1001Code | DOM-1001 |
Class | DOMAIN_CREATION |
Title | Glue database creation failed |
Message | Error creating glue database for {} domain |
Description | There was some generic issue while creating glue database for given domain in the data catalog. |
#
DOM-1002Code | DOM-1002 |
Class | DOMAIN_CREATION |
Title | Domain creation failed |
Message | Cannot create a domain with the names {}, please choose a different name. |
Description | A different name is required to create domain. |
#
DOM-1003Code | DOM-1003 |
Class | DOMAIN_DELETION |
Title | Domain delete operation failed |
Message | Delete operation failed, dependent datasets/views should be deleted before deleting the domain. |
Description | User will need to resolve all dependencies, before deleting the domain. |
#
DOM-1004Code | DOM-1004 |
Class | DOMAIN_NOT_FOUND |
Title | Domain get operation failed |
Message | Domain {} doesn't exist |
Description | User will need to resolve all dependencies, before deleting the domain. |
#
DOM-1005Code | DOM-1005 |
Class | DOMAIN_INVALID |
Title | Domain naming convention does not comply with the standards |
Message | Invalid tenant domain name {} |
Description | Tenant domain naming convention does not comply with the standards. Tenant name should be followed by domain name Ex : <TenantName>_<DomainName> |
#
dwh#
DWH-1001Code | DWH-1001 |
Class | DWH_UNSUPPORTED_OPERATIONS |
Title | Failed to perform operation |
Message | DWH management operations are not supported for datalake warehouse {} |
Description | The dwh management operation is not supported for given datalake warehouse. |
#
DWH-1002Code | DWH-1002 |
Class | GET_DWH_CLUSTER_INFO |
Title | Unable to retrieve info |
Message | Unable to retrieve cluster {} information, please try again later. Error message - {} |
Description | There was some issue while retrieving the dwh cluster specific information. |
#
DWH-1003Code | DWH-1003 |
Class | DWH_CLUSTER_OPERATION_FAILED |
Title | Failed to change the state of cluster |
Message | Unable to {} the cluster, please try again later. Error message - {} |
Description | There was some issue while performing operation on dwh cluster. |
#
DWH-1004Code | DWH-1004 |
Class | DWH_CLUSTER_OPERATION_FAILED |
Title | Failed to change the state of cluster for a given status |
Message | Invalid user action, cannot {} cluster with status - {} |
Description | There was some issue while performing operation on dwh cluster when it's in invalid given status. |
#
DWH-1005Code | DWH-1005 |
Class | DWH_UNSUPPORTED_OPERATIONS |
Title | Invalid user operation |
Message | Invalid user action on datalake warehouse - {}, cluster action - {} |
Description | The given cluster action is invalid for given datalake warehouse. |
#
DWH-1006Code | DWH-1006 |
Class | DELETE_SCHEDULE_FAILED |
Title | Schedule not found to be deleted |
Message | Unable to delete the schedule, No matching schedule found - {} |
Description | The given schedule was not deleted because it doesn't exist anymore. |
#
DWH-1007Code | DWH-1007 |
Class | DWH_SCHEDULE_OPERATION_FAILED |
Title | Failed to change the state of schedule |
Message | Unable to {} schedule, please try again later. Error message - {} |
Description | There was some issue while performing operation on schedule. |
#
DWH-1008Code | DWH-1008 |
Class | DWH_CLUSTER_SNAPSHOT_OPERATION_FAILED |
Title | Failed to perform operation for cluster snapshot |
Message | Unable to {} a cluster snapshot, please try again later. Error message - {} |
Description | There was some issue while performing operation related to cluster snapshot. |
#
DWH-1009Code | DWH-1009 |
Class | DWH_MAINTENANCE_WINDOW_OPERATION_FAILED |
Title | Failed to perform operation for maintenance window |
Message | Unable to {} maintenance window. Error message - {} |
Description | There was some issue while performing operation related to maintenance window. |
#
DWH-1010Code | DWH-1010 |
Class | OPERATION_NOT_SUPPORTED |
Title | This operation is not supported |
Message | This particular operation is not supported with dwh - {} |
Description | This operation does not support in the selected DWH of the application. |
#
DWH-1011Code | DWH-1011 |
Class | VIEW_LIST_UPDATE_FAILED |
Title | Failed to update views list |
Message | Failed to update views list in groups, please try again later |
Description | Something went wrong while updating views list in groups, please try again later. |
#
DWH-1012Code | DWH-1012 |
Class | INVALID_SQL_STATEMENT |
Title | Empty sql statement |
Message | Sql statement cannot be None/empty! |
Description | Please provide a valid SQL statement. It cannot be empty |
#
DWH-1013Code | DWH-1013 |
Class | INVALID_QUERY_EXECUTION |
Title | Cannot execute more than one query |
Message | Only one query is allowed per request. Please try again! |
Description | Only a single query is allowed at a time, please recheck your query statement. |
#
DWH-1014Code | DWH-1014 |
Class | INVALID_SQL_STATEMENT |
Title | Destructive sql statements are not supported |
Message | Destructive sql statements are not allowed! |
Description | Sql statement provided by user is invalid, please provide a non-destructive sql statement. |
#
DWH-1015Code | DWH-1015 |
Class | INVALID_VIEW_STATEMENT |
Title | Invalid view statement |
Message | Only '{}' view statements are allowed! |
Description | The view statement provided by user is invalid, please provide a valid one. |
#
DWH-1016Code | DWH-1016 |
Class | INVALID_SQL_QUERY |
Title | Invalid sql statement |
Message | Either {} do not match the values mentioned in the sql query! |
Description | The values of given attributes in sql query do not match, please recheck. |
#
DWH-1017Code | DWH-1017 |
Class | INVALID_SQL_QUERY |
Title | Invalid sql statement |
Message | Not a valid sql query. Please provide {} as the view name in the sql query! |
Description | The sql view statement provided by user is invalid, please provide a valid one. |
#
DWH-1018Code | DWH-1018 |
Class | VIEW_UPDATE_FAILED |
Title | Failed to update view |
Message | Cannot {} a view with {}Status - {} |
Description | View cannot be updated in current state, please wait or retry. |
#
DWH-1019Code | DWH-1019 |
Class | VIEW_METADATA_UPDATE_FAILED |
Title | Failed to update view metadata |
Message | Unable to {} view item in DynamoDB even after successful view {} in dwh. |
Description | Something went wrong while updating the view item in DynamoDB, please try again. |
#
DWH-1020Code | DWH-1020 |
Class | INACTIVE_VIEW |
Title | No active view present |
Message | An active view does not exist in the data ware house |
Description | No active view found in data warehouse. |
#
DWH-1021Code | DWH-1021 |
Class | VIEW_REFRESH_FAILED |
Title | Failed to refresh views |
Message | Only {} views can be refreshed! |
Description | Only certain types of view can be refreshed, please use a different view type. |
#
DWH-1022Code | DWH-1022 |
Class | REDSHIFT_OPERATION_FAILED |
Title | Failed dwh audit operation |
Message | Redshift Audit Operations failed, please try again later! |
Description | There was some issue while performing dwh audit operation. |
#
DWH-1023Code | DWH-1023 |
Class | INVALID_VACUUM_THRESHOLD_PARAMETER |
Title | Invalid vacuuming threshold percentage |
Message | Invalid vacuuming threshold percentage - {} with type {}, should be an integer value between 0-100 |
Description | The vacuuming threshold percentage value provided by user is invalid, please provide the value in given range. |
#
DWH-1024Code | DWH-1024 |
Class | INVALID_VACUUM_THRESHOLD_PARAMETER |
Title | Invalid vacuuming threshold percentage |
Message | Invalid input threshold percentage for REINDEX vacuum type |
Description | The vacuuming threshold percentage value provided by user is invalid, please provide valid value. |
#
DWH-1025Code | DWH-1025 |
Class | LF_VIEW_CREATION_FAILED |
Title | Failed to create lakeformation view as user metadata is missing role information |
Message | Failed to create lakeformation view as user metadata is missing role information |
Description | Unable to create lakeformation view as user IAM role is missing in the backend metadata |
#
DWH-1026Code | DWH-1026 |
Class | QUERY_SUBMISSION_FAILED |
Title | Failed to submit query as user metadata is missing role information |
Message | Failed to submit query as user metadata is missing role information |
Description | Unable to submit query as user IAM role is missing in the backend metadata |
#
DWH-1027Code | DWH-1027 |
Class | INVALID_USER_OPERATION |
Title | Failed to run tenant operations |
Message | Failed to perform user action on tenants as multi tenancy is disabled |
Description | User is not permitted to perform any actions on tenants as multi tenancy is disabled. |
#
DWH-1028Code | DWH-1028 |
Class | INVALID_TENANT_OPERATION |
Title | Failed to run tenant operations |
Message | Unsupported DATALAKE DWH Value {} for performing tenant operations, supported locations are {} |
Description | Invalid DWH value provided while creating/updating tenant resources. Please provide a valid value from list. |
#
DWH-1029Code | DWH-1029 |
Class | INVALID_TENANT_OPERATION |
Title | Failed to run tenant operations |
Message | Unable to update tenant metadata while updating user catalog access for tenant {} |
Description | Unable to update tenant metadata while syncing user catalog access with DWH |
#
DWH-1030Code | DWH-1030 |
Class | INVALID_TENANT_OPERATION |
Title | Failed to update the default tenant |
Message | User is restricted to update/delete the default tenant |
Description | User is not permitted to delete or update a tenant. Only authorized Users and Groups can be modified for the default tenant. |
#
DWH-1031Code | DWH-1031 |
Class | INVALID_TENANT_OPERATION |
Title | Failed to update the user tenant access |
Message | User should at least have one tenant attached |
Description | Amorphic system restricts user to have at least one tenant attached, without which user will not be able to create any resources underneath it. |
#
DWH-1032Code | DWH-1032 |
Class | TENANT_CREATION |
Title | Tenant creation failed |
Message | Cannot create a tenant with the name {}, please choose a different name. |
Description | A different name is required to create tenant. |
#
DWH-1033Code | DWH-1033 |
Class | WORKGROUP_SELECTION |
Title | Query failed due to invalid workgroup |
Message | Invalid {} workgroup selected, please choose one from this list {}. |
Description | Valid workgroup is required for query execution. |
#
DWH-1034Code | DWH-1034 |
Class | INVALID_WLM_QUEUE |
Title | DWH Operation operation failed as work load management queue is not valid |
Message | Invalid wlm queue passed, please correct the value and re-try. |
Description | Valid wlm queue is required for work load management configuration. |
#
DWH-1035Code | DWH-1035 |
Class | INVALID_NUMBER_OF_PREDICATES |
Title | DWH Operation operation failed as work load management queue is not valid |
Message | Invalid number of predicates in the request body, allowed values are between 0 - {}, please correct the value and re-try. |
Description | Invalid number of predicates are passes while updating the query management rule of a work load management configuration. |
#
DWH-1035Code | DWH-1035 |
Class | MAX_QUEUES_PER_CONFIG |
Title | DWH Operation operation failed as we reached the maximum queues for the cluster |
Message | DWH Operation operation failed as we reached the maximum queues for the cluster - {} |
Description | User cannot create more than 15 queues per a single work load management configuration. Please clean up unwanted queues and re-try the operation |
#
DWH-1036Code | DWH-1036 |
Class | MAX_RULES_PER_CONFIG |
Title | DWH Operation operation failed as we reached the maximum query monitoring rules across all queues for the cluster |
Message | DWH Operation operation failed as we reached the maximum query monitoring rules across all queues for the cluster - {} |
Description | User cannot create more than 25 query monitoring rules across all queues per a single work load management configuration. Please clean up unwanted rules and re-try the operation |
#
DWH-1037Code | DWH-1037 |
Class | DUPLICATE_QMR_RULE |
Title | DWH Operation operation failed as there is a duplicate query monitoring rule name inside the queues |
Message | DWH Operation operation failed as there is a duplicate query monitoring rule name inside the queues - {} |
Description | User cannot create duplicate rule names inside a single work load management configuration. Please rename the rules and re-try the operation |
#
DWH-1038Code | DWH-1038 |
Class | REDSHIFT_QUERY_FAILED |
Title | Redshift query ended with failure status |
Message | Redshift query ended with error {} |
Description | Redshift query ended with failure status. Please fix the issue and re-try |
#
dynamoDB#
DB-1001Code | DB-1001 |
Class | DB_ENTRY_CREATION_FAILED |
Title | Entry creation failed in dynamoDB table |
Message | Failed to create entry in the DynamoDB table, please check for errors |
Description | There was some issue while creating entry in the dynamoDB table. |
#
DB-1002Code | DB-1002 |
Class | DB_ENTRY_UPDATE_FAILED |
Title | Failed to update dynamoDB table |
Message | Failed to update entry in the dynamoDB table, please check for errors |
Description | There was some issue while updating entry in the dynamoDB table. |
#
DB-1003Code | DB-1003 |
Class | DB_ENTRY_DELETE_FAILED |
Title | Entry deletion failed in dynamoDB table |
Message | Failed to delete entry in dynamoDB table, please check for errors |
Description | There was some issue while deleting entry in the dynamoDB table. |
#
DB-1004Code | DB-1004 |
Class | PREFIX_CREATION_FAILED |
Title | Partitions prefix creation failed in table |
Message | Failed to create prefix for partitions of table '{}'. |
Description | There was issue while creating prefix for partitions of table. |
#
DB-1005Code | DB-1005 |
Class | DB_SERVICE_UNAVAILABLE |
Title | Connection to DynamoDB Failed |
Message | Failed to connect to dynamoDB service, please contact administrator |
Description | Unable to connect to dynamoDB service, check the proxy(network connection from amorphic) or check for AWS outage. |
#
DB-1006Code | DB-1006 |
Class | DB_UPDATE_FAILED |
Title | Not able to update dynamodb |
Message | Could not update the dynamodb. |
Description | Not able to update dynamodb. |
#
DB-1007Code | DB-1007 |
Class | UPDATE_CONTINUOUS_BACKUP_FAILED |
Title | Update continuous backup on dynamodb table failed |
Message | Unable to update continuous backups to dynamodb dataset table, failed with error - {} |
Description | There was some issue while updating continuous backups to dynamodb dataset table. |
#
DB-1008Code | DB-1008 |
Class | DYNAMODB_OPERATION_FAILED |
Title | Failed to perform operations on dynamodb table |
Message | Failed to {} dynamodb dataset table with error - {} |
Description | There was some issue while performing operations on dynamodb dataset table. |
#
DB-1009Code | DB-1009 |
Class | INVALID_PARAMETER |
Title | Column names are invalid |
Message | Invalid column names - {}, allowed pattern is ^[a-zA-Z][a-zA-Z0-9_]$. |
Description | The column names provided must satisfy the required conditions. |
#
DB-1010Code | DB-1010 |
Class | INVALID_COLUMN_TYPE |
Title | Invalid column data type is provided by user |
Message | Column types {} is not part of supported data types of {} |
Description | Invalid column data types provided by user. Please provide a supported column type. |
#
DB-1011Code | DB-1011 |
Class | INVALID_GLOBAL_INDEX_PARAMETERS |
Title | Invalid number of global indexes are provided |
Message | Invalid input, only one global index can be added/deleted in a request. |
Description | Invalid number of global indexes are provided by user, please check again. |
#
endpoints#
EP-1001Code | EP-1001 |
Class | ENDPOINT_CONNECT_FAILED |
Title | Failed to connect to endpoint |
Message | Unable to connect to {} with the given endpoint - {} |
Description | There was some issue while connecting to resource with given endpoint. |
#
EP-1002Code | EP-1002 |
Class | ENDPOINT_CREATION_FAILED |
Title | Failed to create endpoint |
Message | Failed to create {} endpoint with error - {} |
Description | There was some issue while creating target endpoint. |
#
EP-1003Code | EP-1003 |
Class | ENDPOINT_DETAILS_FETCH_FAILED |
Title | Failed to get endpoint details |
Message | Unable to get details of the endpoint |
Description | There was some issue while getting target endpoint details. |
#
EP-1004Code | EP-1004 |
Class | ENDPOINT_LISTING_FAILED |
Title | Failed to list available endpoints |
Message | Unable to list available endpoints |
Description | There was some issue while listing available endpoints. |
#
EP-1005Code | EP-1005 |
Class | ENDPOINT_DELETE_FAILED |
Title | Failed to delete available endpoints |
Message | Unable to delete endpoints, failed with error {} |
Description | There was some issue while deleting available endpoints. |
#
EP-1006Code | EP-1006 |
Class | MISSING_PARAMETERS_FOR_ENGINE |
Title | Missing mandatory parameters from input |
Message | Required parameters missing from input for {} engine {}. |
Description | The parameters provided by user is invalid for given engine. |
#
errorMessageFormat#
EMF-1001Code | EMF-1001 |
Class | ErrorMessageDisplayFormat |
Title | To format custom exceptions |
Message | {} - {}. |
Description | This is the error msg format that will be displayed in UI. This is used for development purposes only. |
#
generic#
GE-1001Code | GE-1001 |
Class | INVALID_API_REQUEST |
Title | Request body validation failed |
Message | Invalid input body |
Description | The api request body is either missing some mandatory parameters or containing invalid parameters. |
#
GE-1002Code | GE-1002 |
Class | FAILED_TO_PERFORM_OPERATION |
Title | Failed to perform a specific operation |
Message | Failed to {} {}, please try again. |
Description | The operation couldn't be completed due to some network issue, please try after some time. |
#
GE-1003Code | GE-1003 |
Class | RESOURCE_NOT_FOUND |
Title | Resource no longer exist |
Message | {} does not exist. |
Description | The resource which the user is trying to access, no longer exists in the system. |
#
GE-1004Code | GE-1004 |
Class | FAILED_TO_PERFORM_OPERATION_WITH_ERROR |
Title | Failed to perform a specific operation with an error |
Message | Failed to {} {} due to error - {} |
Description | The operation couldn't be completed due to some error. |
#
GE-1005Code | GE-1005 |
Class | INVALID_HTTP_METHOD |
Title | Invalid http method value |
Message | Invalid http method {} passed from API Gateway for this lambda, supported types are {} |
Description | The given lambda doesn't support the http method provided by user, please choose a supported http method type. |
#
GE-1006Code | GE-1006 |
Class | GLUE_DB_DELETE_OPERATION |
Title | Glue database deletion failed |
Message | Unable to delete the glue database as there are tables associated with it. Contact Administrator |
Description | The glue database couldn't be deleted as there are tables associated with it, please contact admin. |
#
GE-1007Code | GE-1007 |
Class | INVALID_PATH |
Title | Invalid path |
Message | Invalid resource path |
Description | The provided resource path is no longer valid. |
#
GE-1008Code | GE-1008 |
Class | INVALID_API_REQUEST |
Title | Incomplete api request |
Message | Could not complete the request. Please try again |
Description | There was some issue while processing the api request. |
#
GE-1009Code | GE-1009 |
Class | RESOURCE_ALREADY_EXISTS |
Title | Resource is already present |
Message | {} already exists! |
Description | The resource being created already exists in the system. |
#
GE-1010Code | GE-1010 |
Class | INVALID_API_REQUEST |
Title | Invalid api request |
Message | Invalid http method - {} or api resource - {}, please recheck |
Description | The provided api request method or resource name is not supported by lambda. |
#
GE-1011Code | GE-1011 |
Class | API_REQUEST_FAILED |
Title | Unable to store key |
Message | Unable to store secret key, please try again later. |
Description | There was some issue while storing the secret key. |
#
GE-1012Code | GE-1012 |
Class | API_REQUEST_FAILED |
Title | Unable to update server details |
Message | Unable to update server details, please try again later. |
Description | There was some issue while updating the server details. |
#
GE-1013Code | GE-1013 |
Class | LAMBDA_EXECUTION_FAILED |
Title | Lambda invocation failed |
Message | {} lambda failed with error - {} |
Description | There was some issue while executing the lambda function. |
#
GE-1014Code | GE-1014 |
Class | INVALID_API_REQUEST |
Title | Api request failed |
Message | Failed to perform the health check on resources, try again later. |
Description | There was some issue while processing the api request. |
#
GE-1015Code | GE-1015 |
Class | INVALID_SERVICE_TYPE |
Title | Service type chosen is invalid |
Message | Invalid service type - {}, currently system only supports {} type. |
Description | The provided service type for api request is invalid. |
#
GE-1016Code | GE-1016 |
Class | GET_CLUSTER_INFO |
Title | Unable to retrieve cluster info |
Message | Error occurred while retrieving cluster details - {} |
Description | There was some issue caused while retrieving the cluster details. |
#
GE-1017Code | GE-1017 |
Class | S3_GET_FILES_FAILED |
Title | Unable to retrieve files from S3 bucket |
Message | Failed to fetch files from S3 bucket {} |
Description | There was some issue while retrieving files from S3 bucket. |
#
GE-1018Code | GE-1018 |
Class | FAILED_TO_UPDATE_METADATA |
Title | Unable to update metadata |
Message | Unable to update the file loads metadata status. |
Description | There was some issue while updating the file load status. |
#
GE-1019Code | GE-1019 |
Class | FAILED_TO_SET_AUTO_TERMINATION_TIME |
Title | Unable to update metadata |
Message | Auto termination time cannot be set when auto terminate flag is disabled |
Description | Setting auto termination time is not allowed when auto terminate flag is enabled. |
#
GE-1020Code | GE-1020 |
Class | FAILED_TO_UPDATE_METADATA |
Title | Unable to update metadata |
Message | Unable to update {} table, please retry or contact administrator |
Description | There was some issue while updating metadata in dynamoDB table. |
#
GE-1021Code | GE-1021 |
Class | FAILED_TO_DELETE_METADATA |
Title | Unable to delete metadata |
Message | Unable to delete items in {} table, please check for errors |
Description | There was some issue while deleting metadata in dynamoDB table. |
#
GE-1022Code | GE-1022 |
Class | FAILED_TO_REVOKE_ACCESS |
Title | Unable to revoke access |
Message | Failed to revoke access - metadata update failure, try again later. |
Description | There was some issue while revoking access on resource. |
#
GE-1023Code | GE-1023 |
Class | INCONSISTENT_METADATA |
Title | Metadata inconsistency issue |
Message | Inconsistent metadata, please clean up and retry. |
Description | There is some inconsistency in metadata stored in database. |
#
GE-1024Code | GE-1024 |
Class | FAILED_TO_RETRIEVE_RESOURCE_INFO |
Title | Issue while fetching information |
Message | Couldn't retrieve resource information. |
Description | There is some issue while retrieving information of the resource. |
#
GE-1025Code | GE-1025 |
Class | FAILED_TO_UPDATE_METADATA |
Title | Failed to update metadata. |
Message | Failed to update metadata, contact admin support. |
Description | There was some issue while updating metadata of the resource. |
#
GE-1026Code | GE-1026 |
Class | FAILED_TO_RETRIEVE_RESOURCE_INFO |
Title | Metadata inconsistency while fetching information |
Message | Unable to fetch details, Metadata is out of sync. |
Description | There is some issue while retrieving information of the resource. |
#
GE-1027Code | GE-1027 |
Class | BOTO3_API_ERROR |
Title | Unexpected api response from boto3 |
Message | AWS Boto3 APIs returned a different response which is {} to what we were expecting for {}, it doesn't contains {} |
Description | There is some issue while executing boto3 api. |
#
GE-1028Code | GE-1028 |
Class | PAGINATION_FAULT |
Title | Too many items per page to display |
Message | Out of range for items per page, Limit is 1000 |
Description | User is trying to display more than 1000 items in a page which is not allowed. |
#
GE-1029Code | GE-1029 |
Class | RESOURCE_ALREADY_DELETED |
Title | Resource not found to be deleted |
Message | {} is already deleted. |
Description | The resource being tried to be deleted, doesn't exist in system anymore. |
#
GE-1030Code | GE-1030 |
Class | GLUE_TABLE_DELETE_FAILED |
Title | Error deleting GLUE table |
Message | Unable to delete the GLUE table, try again later. |
Description | There was some issue while deleting GLUE table from GLUE table. |
#
GE-1031Code | GE-1031 |
Class | UPDATE_HISTORY_FAILED |
Title | Error updating history after deletion of table |
Message | Failed to update history after successful deletion of table. Contact Administrator. |
Description | There was some issue while updating history after successful deletion of table, please contact admin for help. |
#
GE-1032Code | GE-1032 |
Class | FAILED_TO_DELETE_RESOURCE |
Title | Error deleting a resource |
Message | Failed to delete {} with error {} |
Description | There was some issue while deleting resource, please contact admin for help. |
#
GE-1033Code | GE-1033 |
Class | FAILED_TO_PERFORM_OPERATION_ON_RESOURCE |
Title | Error performing operation on resource |
Message | Cannot complete requested operation, resource access update is already in progress state |
Description | User can't perform operation on resource when it's in update-in-progress state. |
#
GE-1034Code | GE-1034 |
Class | GENERIC_CUSTOM_ERROR |
Title | Custom error msg thrown for generic issues |
Message | {} |
Description | User defined custom error message for generic issues. |
#
GE-1035Code | GE-1035 |
Class | INVALID_TARGET_LOCATION |
Title | Invalid target location |
Message | Application doesn't support selected target location '{}'. |
Description | Application doesn't support selected target location. |
#
GE-1036Code | GE-1036 |
Class | INVALID_DATALAKE |
Title | Target location not supported for given datalake |
Message | '{}' file target location is not supported for Datalake '{}'. |
Description | Application doesn't support selected target datalake for given file target location. |
#
GE-1037Code | GE-1037 |
Class | FAILED_TO_DELETE_FILES |
Title | Failed to delete files from Bucket |
Message | Failed to delete files '{}' from Bucket '{}'. |
Description | Failed to delete files from s3 bucket. |
#
GE-1038Code | GE-1038 |
Class | FAILED_TO_DELETE_ACCESS_REQUEST |
Title | Failed to delete request item from access grants table |
Message | Failed to delete request item from access grants table, please try again later. |
Description | Failed to delete request item from access grants table. |
#
GE-1039Code | GE-1039 |
Class | FAILED_TO_FETCH_RELOAD_EXECUTION |
Title | Failed to fetch latest reload execution |
Message | Failed to fetch latest reload execution - '{}'. |
Description | Failed to fetch latest reload execution. |
#
GE-1040Code | GE-1040 |
Class | FAILED_TO_UPDATE_DATASET_STATUS |
Title | Unable to update dataset status |
Message | Unable to update dataset status, check for errors. |
Description | Unable to update dataset status. |
#
GE-1041Code | GE-1041 |
Class | FAILED_TO_UPDATE_DATASET_STATUS |
Title | Unable to update dataset status |
Message | Unable to update dataset status, check for errors. |
Description | Unable to update dataset status. |
#
GE-1042Code | GE-1042 |
Class | INCONSISTENT_LAMBDA |
Title | Event operation is inconsistent with the lambda |
Message | Event operation is inconsistent with the lambda |
Description | Event operation is inconsistent with the lambda. |
#
GE-1043Code | GE-1043 |
Class | BAD_RESOURCE_STATE_FOR_OPERATION |
Title | Resource state is in bad state for the requested operation |
Message | This operation can only be done when resource '{}' is in '{}' state. |
Description | Application does not support this operation on the resource when the resource is in bad state. |
#
GE-1044Code | GE-1044 |
Class | GENERIC_UNKNOWN_ERROR |
Title | Unexpected error encountered |
Message | Unexpected error - {} |
Description | Unexpected/Unhandled error occurred while performing the operation. |
#
GE-1045Code | GE-1045 |
Class | GENERIC_MAX_API_REQUEST_LIMIT_EXCEEDED |
Title | Failed to add/remove resources |
Message | Number of resources to add or remove per api call exceeds maximum limit of 20 found - {} |
Description | The api limit doesn't allow to add/remove more than 20 resources per api call. |
#
GE-1046Code | GE-1046 |
Class | INVALID_RESOURCE_ID |
Title | Invalid resource id received |
Message | Invalid {} id received - {} |
Description | Invalid resource id is received when making api requests |
#
GE-1047Code | GE-1047 |
Class | INVALID_SORT_ATTRIBUTE |
Title | Invalid sort attribute column |
Message | Sorting is not supported for other columns, please use {} |
Description | Table cannot be sorted based on given column, please provide a valid column |
#
GE-1048Code | GE-1048 |
Class | FETCHING_DATABASE_LIST_FAILED |
Title | Failed to get list of all databases |
Message | Failed to get list of all databases with exception - {} |
Description | Something went wrong while getting list of database. |
#
GE-1049Code | GE-1049 |
Class | FETCHING_DATABASE_TABLE_FAILED |
Title | Failed to get tables of all databases |
Message | Failed to get list of db's and tables with exception - {} |
Description | Something went wrong while getting list of tables from database. |
#
GE-1050Code | GE-1050 |
Class | FETCHING_TABLE_METADATA_FAILED |
Title | Failed to get table's metadata |
Message | Failed to get metadata of table with exception - {} |
Description | Something went wrong while getting metadata of tables from database. |
#
GE-1051Code | GE-1051 |
Class | SCHEMA_CONVERSION_FAILED |
Title | Failed to convert schema |
Message | Failed to convert schema from source to target with exception - {} |
Description | Something went wrong while converting schema from source to target. |
#
GE-1052Code | GE-1052 |
Class | FAILED_TO_GET_USER_DETAILS |
Title | Unable to retrieve user details |
Message | Unable to retrieve user details with error {}. |
Description | Error while retrieving user details. |
#
GE-1053Code | GE-1053 |
Class | FAILED_TO_UPDATE_DB |
Title | Unable to update dynamoDB |
Message | User enabled in cognito but could not update the dynamodb. |
Description | Unable to update dynamoDB. |
#
GE-1054Code | GE-1054 |
Class | FAILED_TO_DISABLE_USER |
Title | Not able to disable user |
Message | Unable to disable user {}. |
Description | Not able to disable user |
#
GE-1055Code | GE-1055 |
Class | FAILED_TO_ENABLE_USER |
Title | Not able to enable user |
Message | Unable to enable user {}. |
Description | Not able to enable user |
#
GE-1056Code | GE-1056 |
Class | FAILED_TO_DISABLE_MFA |
Title | MFA is not able to disable as it is not setup |
Message | Unable to disable MFA as user {} has not set up software token MFA. |
Description | MFA is not able to disable as it is not setup |
#
GE-1057Code | GE-1057 |
Class | FAILED_TO_DISABLE_MFA |
Title | MFA is not able to disable for a user |
Message | Unable to disable MFA for user {}. |
Description | MFA is not able to disable for a user |
#
GE-1058Code | GE-1058 |
Class | MISSING_PARAMETER |
Title | Required parameter is missing |
Message | Missing parameter {}. |
Description | Required parameter is missing |
#
GE-1059Code | GE-1059 |
Class | TRANSFER_USER_SHOULD_NOT_BE_SAME |
Title | TransferUser and user to be deleted should not be same |
Message | TransferUser cannot be same as user to be deleted. |
Description | TransferUser and user to be deleted should not be same |
#
GE-1060Code | GE-1060 |
Class | INVALID_USER |
Title | invalid user |
Message | User {} is not valid user. |
Description | User is invalid |
#
GE-1061Code | GE-1061 |
Class | FAILED_TO_UPDATE_DB |
Title | Unable to update dynamoDB |
Message | User deleted in cognito but could not update the dynamodb. |
Description | Unable to update dynamoDB. |
#
GE-1062Code | GE-1062 |
Class | FAILED_TO_DELETE_USER |
Title | Not able to delete user |
Message | Unable to delete user {}. |
Description | Not able to delete user |
#
GE-1063Code | GE-1063 |
Class | MANDATORY_TRANSFER_USER |
Title | TransferUser is mandatory. |
Message | TransferUser is mandatory. |
Description | TransferUser is mandatory. |
#
GE-1064Code | GE-1064 |
Class | USER_NOT_FOUND |
Title | User not found. |
Message | Couldn't locate user {} in the system. |
Description | User not found. |
#
GE-1065Code | GE-1065 |
Class | USER_ALREADY_DISABLED |
Title | User is already disabled. |
Message | User {} is already disabled. |
Description | User is already disabled. |
#
GE-1066Code | GE-1066 |
Class | USER_ALREADY_ACTIVE |
Title | User is already active. |
Message | User {} is already active. |
Description | User is already active. |
#
GE-1067Code | GE-1067 |
Class | USER_DISABLE_FAILED |
Title | User is not disable itself. |
Message | User cannot disable itself. |
Description | User is not disable itself. |
#
GE-1068Code | GE-1068 |
Class | GLUE_DB_TABLE_DELETE_OPERATION |
Title | Glue database and table deletion failed |
Message | Unable to delete the glue database and table. Contact Administrator |
Description | The glue database and table couldn't be deleted, please contact admin. |
#
GE-1069Code | GE-1069 |
Class | USER_DISABLE_FAILED |
Title | User is not disable itself. |
Message | User cannot disable itself. |
Description | User is not disable itself. |
#
GE-1070Code | GE-1070 |
Class | GLUE_PARTITION_CREATE_UPDATE_OPERATION |
Title | Glue partition creation or updation failed |
Message | Unable to create or update glue partition. Contact Administrator |
Description | The glue partition creation or updation failed, please contact admin. |
#
GE-1071Code | GE-1071 |
Class | GLUE_TABLE_CREATION_OPERATION |
Title | Glue table creation failed |
Message | Unable to create the glue table for {}. Contact Administrator |
Description | The glue table couldn't be created, please contact admin. |
#
GE-1072Code | GE-1072 |
Class | INVALID_FILE |
Title | Invalid file uploaded to dataset |
Message | Invalid file uploaded to dataset, either file is empty or corrupt |
Description | The file uploaded to dataset is either empty or corrupt, invalid file. |
#
GE-1073Code | GE-1073 |
Class | LAMBDA_INVOCATION_LIMIT_REACHED |
Title | Maximum lambda invocation limit reached |
Message | Maximum lambda invoke attempts reached. Updating the status of the resource to {} |
Description | Maximum limit of lambda invocation in account has been reached. Please try to contact admin or AWS support. |
#
GE-1074Code | GE-1074 |
Class | INVALID_DATA |
Title | Invalid data file uploaded to dataset |
Message | Invalid data - {} |
Description | The data file uploaded to the dataset has issues. |
#
GE-1075Code | GE-1075 |
Class | GLUE_JOB_DELETION_FAILED |
Title | Glue job deletion failed |
Message | Glue job deletion failed with error - {} |
Description | This error occurs whenever glue job deletion is failed with an error. |
#
GE-1076Code | GE-1076 |
Class | GLUE_JOB_CREATION_FAILED |
Title | Glue job creation failed |
Message | Glue job creation failed with error - {} |
Description | This error occurs whenever glue job creation is failed with an error. |
#
GE-1077Code | GE-1077 |
Class | GLUE_JOB_UPDATION_FAILED |
Title | Glue job updation failed |
Message | Glue job updation failed with error - {} |
Description | This error occurs whenever glue job updation is failed with an error. |
#
GE-1078Code | GE-1078 |
Class | API_REQUEST_FAILED |
Title | Unable to delete key |
Message | Unable to delete secret key, please try again later. |
Description | There was some issue while deleting the secret key. |
#
GE-1079Code | GE-1079 |
Class | ENDPOINT_DELETE_FAILED |
Title | Unable to delete Glue Endpoint |
Message | Notebook {} attached to Endpoint must be deleted before deleting the endpoint |
Description | Must delete the dependent notebook before deleting the glue endpoint. |
#
GE-1080Code | GE-1080 |
Class | ACCESS_REQUEST_NOT_FOUND |
Title | Access request is not found. |
Message | Access request does not exists. |
Description | Access request is not found. |
#
GE-1081Code | GE-1081 |
Class | PROXY_SERVICE_UNAVAILABLE |
Title | Unable to connect to internal services |
Message | Unable to connect to {} service. |
Description | Proxy service might be unavailable, may be aws service might be offline. Please contact administrator. |
#
GE-1082Code | GE-1082 |
Class | CF_REQUEST_ERROR |
Title | Failed while sending response |
Message | Failed while sending the response to CloudFormation with error - {} |
Description | Failed while sending the response to CloudFormation because received a non-200 response |
#
GE-1083Code | GE-1083 |
Class | INVALID_RESOURCE_NAME |
Title | Invalid resource name |
Message | Invalid {} Name - {} |
Description | Invalid resource name provided. |
#
GE-1084Code | GE-1084 |
Class | FAILED_TO_UPDATE_METADATA |
Title | Failed to update metadata. |
Message | Error updating metadata. |
Description | There was some issue while updating metadata of the resource. |
#
GE-1085Code | GE-1085 |
Class | GENERIC_ERROR |
Title | Unable to process desired request |
Message | Unable to {} the request. Please try after sometime. |
Description | There was some issue while completing the request, please try after some time. |
#
GE-1086Code | GE-1086 |
Class | GENERIC_ERROR |
Title | Request already processed |
Message | The request has already been handled. |
Description | The request has already been processed. |
#
GE-1087Code | GE-1087 |
Class | GENERIC_ERROR |
Title | No request to deny |
Message | There is no request to deny. |
Description | There is no request to deny. |
#
GE-1088Code | GE-1088 |
Class | GENERIC_ERROR |
Title | No user who requested access |
Message | There is no user who requested access. |
Description | There is no user who requested access. |
#
GE-1089Code | GE-1089 |
Class | INVALID_API_REQUEST |
Title | Invali api request |
Message | Invalid API call |
Description | There was some issue while processing the api request. |
#
GE-1090Code | GE-1090 |
Class | SEND_EMAIL_VERIFICATION_LINK_FAILED |
Title | Unable to send verification link |
Message | Unable to send verification link to user {} for email subscription |
Description | There was some issue while sending email verification link to user. |
#
GE-1091Code | GE-1091 |
Class | USER_REMOVAL_FAILED |
Title | Unable to remove user |
Message | Unable to remove user {0} from mailing list |
Description | There was some issue while removing user form mailing list. |
#
GE-1092Code | GE-1092 |
Class | SEND_MESSAGE_SNS_FAILED |
Title | Failed to send message to SNS topic |
Message | Failed to send message to SNS Topic {} with error {} |
Description | There was some issue while sending message to SNS topic. |
#
GE-1093Code | GE-1093 |
Class | THROTTLING_EXCEPTION |
Title | Throttling exception received from the boto3 client |
Message | ThrottlingException with message: {} |
Description | Throttling exception received from the boto3 API |
#
GE-1094Code | GE-1094 |
Class | SERVICE_UNAVAILALE |
Title | Service unavailable exception received from the boto3 client |
Message | ServiceUnavailableException with message: {} |
Description | Service unavailable exception received from the boto3 API |
#
GE-1095Code | GE-1095 |
Class | RESULT_NOT_AVAILABLE |
Title | Results not available for downloading |
Message | No {} results available for download. Please try again after some time. |
Description | The result being downloaded is not available yet, please wait before trying again. |
#
GE-1096Code | GE-1096 |
Class | RESOURCE_ACCESS_RESTRICTION |
Title | Cannot provide access to more than 25 resources of same kind at once |
Message | Cannot provide access to more than 25 {} using metadata update, use extra resource access |
Description | User should not try to update job with more than 25 resources attached of similar type like Datasets, Parameters, etc.. |
#
GE-1097Code | GE-1097 |
Class | ATHENA_CONNECTOR_DATASET_VIEWS_DISPLAY_LIMIT_EXCEEDED |
Title | Failed to provide access of resources |
Message | Number of dataset and views exceeds maximum limit of {} found - {} |
Description | The api limit doesn't allow to view the resources of the user who owns more than 200 datasets and views. |
#
GE-1098Code | GE-1098 |
Class | ATHENA_CONNECTOR_POLICY_CHARACTERS_LIMIT_EXCEEDED |
Title | Failed to create session policies due to characters limit exceeded |
Message | Domain name and dataset names are very long which exceeds policy characters maximum limit |
Description | The api limit doesn't allow to view the resources as domain name and dataset names have exceeded policy characters limit. |
#
GE-1099Code | GE-1099 |
Class | VIEW_CREATION_FOR_GOVERNED_TABLE |
Title | View creation on top of governed dataset is not allowed |
Message | View creation on top of governed dataset is not allowed |
Description | Creating views on top of governed datasets are not allowed. |
#
GE-1100Code | GE-1100 |
Class | GET_CLUSTER_ENDPOINT_DETAILS |
Title | Unable to retrieve cluster endpoint info |
Message | Error occurred while retrieving cluster endpoint details - {} |
Description | There was some issue caused while retrieving the cluster endpoint details. |
#
GE-1101Code | GE-1101 |
Class | ATHENA_CONNECTOR_DATASET_VIEWS_DISPLAY_ZERO |
Title | Failed to provide access of resources |
Message | Number of dataset and views count is {} |
Description | The api limit doesn't allow to view the resources of the user who owns 0 datasets and views. |
#
GE-1102Code | GE-1102 |
Class | USER_IS_BEING_DELETED |
Title | User is currently being deleted |
Message | User {} is currently being deleted. |
Description | User is currently being deleted. |
#
GE-1103Code | GE-1103 |
Class | USER_CREATION_FAILED |
Title | User creation failed |
Message | User creation failed for user {}.due to {} |
Description | User creation failed. |
#
GE-1104Code | GE-1104 |
Class | USER_CREATION_FAILED |
Title | Username already taken |
Message | Username {} already exists in userpool, username should be unique. |
Description | User creation failed because username already taken |
#
GE-1105Code | GE-1105 |
Class | USER_CREATION_FAILED |
Title | Email already taken |
Message | Email {} already exists in userpool, email should be unique. |
Description | User creation failed because email already taken |
#
GE-1106Code | GE-1106 |
Class | UNSUPPORTED_FEATURE |
Title | Feature not applicable for specified resource |
Message | {} is/are not supported for {} |
Description | Feature is not applicable to specified resource |
#
GE-1107Code | GE-1107 |
Class | USER_CREATION_FAILED |
Title | Cognito authentication is required |
Message | Environment not supported for admin user creation. Cognito authentication is required |
Description | User creation failed because environment is not using Cognito for authentication |
#
GE-1108Code | GE-1108 |
Class | RESOOURCE_TAG_UPDATE_FAILED |
Title | Failed to add tags to given resource |
Message | Unable to attach tags to given resource - {}. Please try after sometime. |
Description | There was some issue while attaching tags to given resource. Please try again after sometime. |
#
GE-1109Code | GE-1109 |
Class | FAILED_TO_UPDATE_METADATA |
Title | Unable to update metadata |
Message | {} table updated successfully for email ids: {} and failed for: {} because the email id's are invalid |
Description | There was some issue while updating metadata in dynamoDB table. |
#
GE-1110Code | GE-1110 |
Class | PRESIGNED_URL_FETCHING_FAILED |
Title | Pre-signed url fetch failed |
Message | Error while getting presigned URL - {} |
Description | Error while getting presigned URL |
#
GE-1111Code | GE-1111 |
Class | USER_CREATION_FAILED |
Title | Email domain validation failed |
Message | Invalid email - {}. Domain should be in {} |
Description | Domain of email provided is invalid |
#
groups#
GRP-1001Code | GRP-1001 |
Class | SYSTEM_GROUP_CREATION_FAILED |
Title | Unable to create system group |
Message | Unable to create new system group, check for errors |
Description | There was some issue while creating new system group. |
#
GRP-1002Code | GRP-1002 |
Class | GROUP_DELETION_FAILED |
Title | Unable to delete default group |
Message | Delete operation failed, user can not delete default groups |
Description | User is restricted to delete default group. |
#
GRP-1003Code | GRP-1003 |
Class | GRANT_GROUP_PERMISSION_ERROR |
Title | Unable to grant owner access |
Message | Hello {} you cannot grant owner access for {}'s to read-only group, please verify and fix the error |
Description | Cannot grant owner access for resource to read-only group. |
#
GRP-1004Code | GRP-1004 |
Class | USER_GROUP_PERMISSION |
Title | User doesn't have permission of the given group |
Message | Access failed, user is not a member of the group - {} |
Description | Insufficient user permissions to perform the operation. |
#
GRP-1005Code | GRP-1005 |
Class | OWNER_PERMISSION_ERROR |
Title | Unable to perform operation due to permission issue |
Message | Permission error, User {} is not owner of the {} - {}, please verify |
Description | Insufficient user permissions to perform the operation. |
#
GRP-1006Code | GRP-1006 |
Class | GROUP_PERMISSION_ERROR |
Title | Unable to perform operation due to permission issue |
Message | Permission error, group - {} does not have access to {} - {} |
Description | Insufficient group permissions on resource to perform the operation. |
#
GRP-1007Code | GRP-1007 |
Class | USER_DELETION_FAILED |
Title | Unable to delete unauthorized user |
Message | User delete failed, cannot delete the last authorized user |
Description | Cannot delete user with owner access. |
#
GRP-1008Code | GRP-1008 |
Class | USER_INFO_RETRIEVAL_FAILED |
Title | Unable to fetch user related information |
Message | Group operation failed, no user related information available to fetch |
Description | Unable to fetch user related information, resource not found. |
#
GRP-1009Code | GRP-1009 |
Class | USER_ACCESS_UPDATE_FAILED |
Title | Unable to update user access permission |
Message | Failed to update access for user {} |
Description | Unable to update access for given user. |
#
GRP-1010Code | GRP-1010 |
Class | INACTIVE_GROUP |
Title | The given group is inactive |
Message | Group operation failed because of inactive group - {} |
Description | Group on which operation is being performed is inactive. |
#
GRP-1011Code | GRP-1011 |
Class | INSUFFICIENT_GROUP_DETAILS |
Title | The group details given is insufficient |
Message | Group operation failed, Insufficient group details for group with id {} |
Description | Insufficient group details has been provided by user. |
#
GRP-1012Code | GRP-1012 |
Class | FAILED_TO_UPDATE_RESOURCES_LIST |
Title | Unable to update resources list in groups |
Message | Failed to update resources list in groups, try again later |
Description | There was some issue while updating resources list. |
#
GRP-1013Code | GRP-1013 |
Class | FAILED_TO_SHARE_VIEWS |
Title | Unable to share views which are inactive |
Message | Sharing failed as inactive views cannot be shared with user/groups |
Description | Inactive views cannot be shared with user/groups, please choose an active view. |
#
GRP-1014Code | GRP-1014 |
Class | GROUPS_API_LIMIT_EXCEEDED |
Title | Api rate limit exceeded |
Message | Group operation failed, Number of group {} exceeds maximum per call API limit of 100, found {} |
Description | The api limit doesn't allow to be invoked more than 100 times per call. |
#
GRP-1015Code | GRP-1015 |
Class | GROUP_DELETION_FAILED |
Title | Unable to delete unauthorized group |
Message | Group deletion failed, cannot delete the last authorized group |
Description | Cannot delete group with owner access. |
#
GRP-1016Code | GRP-1016 |
Class | GROUP_ACCESS_OPERATION_FAILED |
Title | Unable to grant/revoke resource access to default groups |
Message | Group operation failed, User cannot grant/revoke resource access to default groups |
Description | Cannot grant/revoke resource access to default groups. |
#
GRP-1017Code | GRP-1017 |
Class | RESOURCE_ACCESS_FAILURE |
Title | Unable to delete resource |
Message | Group operation failed, Cannot revoke last authorized user access to {} |
Description | Cannot delete user with owner access. |
#
GRP-1018Code | GRP-1018 |
Class | GROUP_OPERATION_TIMED_OUT |
Title | Unable to perform group operation due to time out issue |
Message | Group operation failed with time out error |
Description | There was an issue while updating group. The user requested action was not able to finish in the desired time. |
#
GRP-1019Code | GRP-1019 |
Class | INVALID_GROUP_NAME |
Title | Invalid group name. Provided group name is a redshift keyword |
Message | Failed to create group with name {}. This name is a reserved keyword in Redshift |
Description | Provided group name is a Redshift reserved keyword. Cannot create a group with this name. |
#
GRP-1020Code | GRP-1020 |
Class | DOMAIN_DATASET_DEPENDENCY_ERROR |
Title | Failed to remove users access to domain |
Message | {} |
Description | Failed to remove users access to domain. The user has access to dataset in the domain. |
#
GRP-1021Code | GRP-1021 |
Class | DOMAIN_VIEW_DEPENDENCY_ERROR |
Title | Failed to remove users access to domain |
Message | {} |
Description | Failed to remove users access to domain. The user has access to view in the domain. |
#
GRP-1022Code | GRP-1022 |
Class | FAILED_TO_ADD_USER |
Title | Failed to add users to group |
Message | Failed to add user to group. User {} does not have access to domain {} to get access to group resources - datasets/views |
Description | Failed to add users. Users should have access to domains of datasets/views present in the group |
#
insights#
INS-1001Code | INS-1001 |
Class | INSIGHTS_CREATION_FAILED |
Title | Cannot create insights for given dataset |
Message | Cannot create insights for dataset with TableUpdate as {} type. |
Description | Insights can only be created for dataset with TableUpdate as append/update type. |
#
invalidParameterValues#
IPV-1001Code | IPV-1001 |
Class | INVALID_PARAMETER |
Title | Parameter value is missing |
Message | Parameter {} is a required value. |
Description | The parameter value is missing. |
#
IPV-1002Code | IPV-1002 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid {} - {}, resource not found. |
Description | The resource tried to be accessed using parameter value doesn't exist. |
#
IPV-1003Code | IPV-1003 |
Class | INVALID_PARAMETER |
Title | Parameter must be a unique value |
Message | Invalid parameter - {}, this field must be a unique value across the platform |
Description | The parameter value cannot be used as it violates the unique value requirement. |
#
IPV-1004Code | IPV-1004 |
Class | INVALID_PARAMETER |
Title | Parameter must be a valid input |
Message | Invalid parameter - {}, this field value must satisfy all requirements |
Description | The parameter value must satisfy all requirements. |
#
IPV-1005Code | IPV-1005 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, contact administrator |
Description | Either the parameter value is invalid or must be handled in the backend by the developer. |
#
IPV-1006Code | IPV-1006 |
Class | INVALID_PARAMETER |
Title | Projection keys values are invalid |
Message | Invalid input projection keys - {}, valid keys are - {} |
Description | The provided projection keys values are invalid, please choose a valid value. |
#
IPV-1007Code | IPV-1007 |
Class | INVALID_PARAMETER |
Title | Parameter must be a valid input |
Message | Invalid parameter - {}, cannot contain white spaces |
Description | The parameter value must not contain white spaces. |
#
IPV-1008Code | IPV-1008 |
Class | INVALID_REQUEST_BODY |
Title | Key values is/are missing |
Message | Invalid request body, missing key(s) - {} |
Description | The required key value is missing in input body passed by user. |
#
IPV-1009Code | IPV-1009 |
Class | INVALID_TOKEN |
Title | Token value is invalid |
Message | Invalid token, {} is not present in token. |
Description | The provided token value is invalid because it's missing some key parameters. |
#
IPV-1010Code | IPV-1010 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, it can contain alphanumeric and special chars only (Underscore,Hyphen and Period). |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1011Code | IPV-1011 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, it can contain alphanumeric and special characters only. |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1012Code | IPV-1012 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, value should be between {}-{} |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1013Code | IPV-1013 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, this field value must be a boolean value. |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1014Code | IPV-1014 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, must start with {}-, allowed pattern a-zA-Z0-9_.-, must be less than 100 chars. |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1015Code | IPV-1015 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, size must be between 1 and 4000 chars(inclusive). |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1016Code | IPV-1016 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, must be one of (String, StringList, SecureString). |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1017Code | IPV-1017 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, must be one of (global, user). |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1018Code | IPV-1018 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, parameter value already exists, use different value. |
Description | The parameter value must be unique across platform. |
#
IPV-1019Code | IPV-1019 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, valid values should be between 1 - 525600 (whole numbers in minutes). |
Description | The parameter value must satisfy the required conditions. |
#
IPV-1020Code | IPV-1020 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, only string values are accepted. |
Description | The parameter value must be a valid string. |
#
IPV-1021Code | IPV-1021 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, values must be in between 1-3653 or -1. |
Description | The parameter value must be lying between valid range given. |
#
IPV-1022Code | IPV-1022 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, valid name length should be in between 0-60 |
Description | The parameter value length must be lying between valid range given. |
#
IPV-1023Code | IPV-1023 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, please follow UTC Time format |
Description | The parameter value format is invalid, it must follow UTC time format. |
#
IPV-1024Code | IPV-1024 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, please follow `yyyy-mm-ddThh:mm:ss` or cron expression formats |
Description | The parameter value format is invalid, it must follow `yyyy-mm-ddThh:mm:ss` or cron expression formats. |
#
IPV-1025Code | IPV-1025 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, valid format is ddd:hh24:mi-ddd:hh24:mi |
Description | The parameter value format is invalid, it must follow ddd:hh24:mi-ddd:hh24:mi format. |
#
IPV-1026Code | IPV-1026 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, offset must be between 1 and total_number_of_files({}) |
Description | The parameter value should lie between given range. |
#
IPV-1027Code | IPV-1027 |
Class | INVALID_FEATURE |
Title | Feature value is invalid |
Message | Invalid feature - {} |
Description | The provided feature name is invalid. |
#
IPV-1028Code | IPV-1028 |
Class | INVALID_S3_PATH |
Title | S3 path is invalid |
Message | Invalid S3 path - {path}. Reason - The bucket name can be between 3 and 63 characters long, and can contain only lower-case characters, numbers, periods, and dashes. |
Description | S3 path provided by user is invalid. |
#
IPV-1029Code | IPV-1029 |
Class | INVALID_S3_PATH |
Title | S3 path is invalid |
Message | Invalid S3 path - {path}. Reason - The bucket name cannot contain underscores, end with a dash, have consecutive periods, or use dashes adjacent to periods. |
Description | S3 path provided by user is invalid. |
#
IPV-1030Code | IPV-1030 |
Class | INVALID_S3_PATH |
Title | S3 path is invalid |
Message | Invalid S3 path - {path}. Reason - one of bucket_name or bucket_key is empty |
Description | S3 path provided by user is invalid. |
#
IPV-1031Code | IPV-1031 |
Class | INVALID_S3_PATH |
Title | S3 path is invalid |
Message | Invalid S3 path - {path}. Reason - The path provided is empty |
Description | S3 path provided by user is invalid. |
#
IPV-1032Code | IPV-1032 |
Class | INVALID_PARAMETER |
Title | Missing env variables |
Message | Required env variables {} are not present in os_env_var_dict |
Description | Some env variables are not present in os_env_var_dict variable. |
#
IPV-1033Code | IPV-1033 |
Class | INVALID_DATE_FORMAT |
Title | Invalid date format |
Message | Date format entered for key `DATE_FORMAT` is not supported, this link provides the supported formats - https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes |
Description | Please refer to the given link to resolve the date format issue |
#
IPV-1034Code | IPV-1034 |
Class | INVALID_INPUT_EXPRESSION |
Title | Invalid expression |
Message | Invalid input expression {}, should be like `%%CURRENT_DATE-10M`, M here is minutes less than trigger time, H for hours. `%%CURRENT_DATE` is also a valid time |
Description | The input expression must satisfy all requirements |
#
IPV-1035Code | IPV-1035 |
Class | INVALID_PARAMETER |
Title | Invalid parameter value |
Message | Invalid parameter - {}, it must be in %Y-%m-%d %H:%M:%S format |
Description | The parameter value must satisfy the format. |
#
IPV-1036Code | IPV-1036 |
Class | INVALID_PARAMETER |
Title | Invalid parameter value |
Message | Invalid parameter - {}, value should be {} than {} |
Description | The parameter value must be greater/less than specified value. |
#
IPV-1037Code | IPV-1037 |
Class | INVALID_PARAMETER |
Title | Missing table parameters |
Message | Required tables {} are not present in tables_dict to validate {} access |
Description | Some table parameters are not present in tables_dict variable. |
#
IPV-1038Code | IPV-1038 |
Class | INVALID_EVENT_BODY |
Title | Missing mandatory keys from event info |
Message | Request body doesn't have required keys {} to carryout this operation |
Description | Invalid request body due to incomplete information is causing the issue. |
#
IPV-1039Code | IPV-1039 |
Class | INVALID_COLUMN_FIELD |
Title | Invalid column value in request body |
Message | Invalid {} column, please use one from the list of fields |
Description | Invalid request body due to invalid column value. |
#
IPV-1040Code | IPV-1040 |
Class | INVALID_INPUT_BODY |
Title | Invalid fields found in input body |
Message | Invalid elements found in input fields - '{}' |
Description | There are some invalid elements present in request body. |
#
IPV-1041Code | IPV-1041 |
Class | INVALID_PARAMETER_VALUE |
Title | Invalid value provided for a specific parameter |
Message | Invalid parameter - {}, allowed values/keys are {} |
Description | The given parameter contains invalid value, please use a valid value from given list. |
#
IPV-1042Code | IPV-1042 |
Class | INVALID_PARAMETER_VALUE |
Title | Invalid value provided for a specific parameter |
Message | Invalid parameter - {}, must be list of {'Key': 'string', 'Value': 'string'}. |
Description | The given parameter contains invalid value, please use a valid value from given list. |
#
IPV-1043Code | IPV-1043 |
Class | INVALID_PARAMETER_VALUES |
Title | Invalid data type provided for parameters |
Message | Invalid input body - Keywords must be list & Description must be string |
Description | The given parameters contains invalid datatype of value, please use a valid data type. |
#
IPV-1044Code | IPV-1044 |
Class | MISSING_MANDATORY_PARAMETER |
Title | Invalid request body |
Message | Missing mandatory param Pagination Header Key when Pagination type of header is selected |
Description | Insufficient information in request body. Pagination Header Key is required in request body. |
#
IPV-1045Code | IPV-1045 |
Class | INVALID_PARAMETER |
Title | Invalid value provided for a specific parameter |
Message | Invalid parameter - {}, value either missing or is invalid. |
Description | The given parameter contains invalid value or is missing from request body, please use/provide given parameter value. |
#
IPV-1046Code | IPV-1046 |
Class | INVALID_PARAMETER |
Title | Value provided for a specific parameter cannot be updated |
Message | Invalid value - {}, parameter cannot be updated. |
Description | The given parameter contains invalid value or is missing from request body, please use/provide given parameter value. |
#
IPV-1047Code | IPV-1047 |
Class | INVALID_PARAMETER |
Title | Missing required resource parameters. |
Message | Missing required resource parameters. |
Description | The given parameter contains invalid value or is missing from request body, please use/provide given parameter value. |
#
IPV-1048Code | IPV-1048 |
Class | INVALID_PARAMETER |
Title | Invalid Job type parameter. |
Message | Invalid Job type parameter. |
Description | The given parameter contains invalid value or is missing from request body, please use/provide given parameter value. |
#
IPV-1049Code | IPV-1049 |
Class | INVALID_PARAMETER |
Title | Invalid operation parameter while updating user. |
Message | Invalid operation parameter, supported values [enable, disable, disable-mfa, user-agreement]. |
Description | Invalid operation parameter while updating user. |
#
IPV-1050Code | IPV-1050 |
Class | INVALID_PARAMETER_VALUE |
Title | Value provided for a specific parameter must be under the limit |
Message | Out of range for items per page, Limit is {} |
Description | This limit is for paginating the results, the max items in one API call it can return. |
#
IPV-1051Code | IPV-1051 |
Class | INVALID_PARAMETER |
Title | Some parameters are missing from request query. |
Message | Missing {} in request query |
Description | Some parameters are missing from request query. |
#
IPV-1052Code | IPV-1052 |
Class | MISSING_QUERY_PARAMETER |
Title | Missing keys in query string parameters |
Message | Missing mandatory parameter(s) {} in queryStringParameters/pathParameters |
Description | The given query string parameters is/are missing in request body. |
#
IPV-1053Code | IPV-1053 |
Class | MISSING_QUERY_AND_PATH_PARAMETER |
Title | Missing keys in query string & path parameters |
Message | Missing mandatory parameter(s) {} in query string & {} in path parameters |
Description | The given query string & path parameters is/are missing in request body. |
#
IPV-1054Code | IPV-1054 |
Class | INVALID_INPUT_FORMAT |
Title | Invalid input format |
Message | Input {} are in invalid format should be in YYYY-MM-DDThh:mm:ss and in UTC timezone |
Description | The given input format is invalid, please provide a valid format. |
#
IPV-1055Code | IPV-1055 |
Class | MISSING_MANDATORY_PARAMETER |
Title | Invalid request body |
Message | Invalid input, missing mandatory parameter {} when {} is {} |
Description | Insufficient information in request body. Mandatory parameters are required in request body. |
#
IPV-1056Code | IPV-1056 |
Class | UNEXPECTED_DATE_FORMAT |
Title | Unexpected date format |
Message | Unexpected format for date, Expected format is {}. |
Description | Unexpected date format has been given |
#
IPV-1057Code | IPV-1057 |
Class | QUERY_SUBMISSION_FAILED |
Title | Failed to submit query due to incompatible dataset types |
Message | Lakeformation datasets cannot be queried together with a non lakeformation type dataset |
Description | Currently Amorphic does not support querying Lakeformation datasets with a non lakeformation type datasets. |
#
IPV-1058Code | IPV-1058 |
Class | GRANT_DATA_PERMISSIONS_FAILURE |
Title | Failed to grant dataset fine grained column permissions |
Message | Dataset does not support fine grained column permissions |
Description | Currently Amorphic supports fine grained column permissions only for lakeformation type datasets. Please re-create your dataset with of type 'Lakeformation' |
#
IPV-1059Code | IPV-1059 |
Class | GRANT_DATA_PERMISSIONS_FAILURE |
Title | Failed to grant dataset fine grained column permissions |
Message | Failed to assign permissions due to invalid columns {} present in the request body |
Description | Unable to assign permissions to the user as input columns do not belong to the dataset |
#
IPV-1060Code | IPV-1060 |
Class | INVALID_PARAMETER |
Title | Invalid operation parameter while updating user column permissions. |
Message | Invalid operation parameter, supported values are [Columns, FilterType]. |
Description | Invalid operation parameter while updating user column permissions. |
#
IPV-1061Code | IPV-1061 |
Class | INVALID_RESOURCE_TYPE |
Title | Invalid resource type provided by user. |
Message | Invalid resource type - {}, supported types are {}. |
Description | Operation is not permitted for given resource type. Please provide a valid resource type in input. |
#
IPV-1062Code | IPV-1062 |
Class | INVALID_PARAMETER_VALUE_TYPE |
Title | Invalid data type provided for parameters |
Message | Invalid input body - DataClassification must be list. |
Description | The given parameters contains invalid datatype of value, please use a valid data type. |
#
IPV-1063Code | IPV-1063 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, please follow valid cluster identifier format |
Description | The parameter value format is invalid, Must contain from 1 to 63 alphanumeric characters or hyphens. Alphabetic characters must be lowercase. First character must be a letter. Cannot end with a hyphen or contain two consecutive hyphens. |
#
IPV-1064Code | IPV-1064 |
Class | INVALID_HEADER |
Title | Header value is invalid |
Message | Invalid Header value - {}, valid headers are {} |
Description | Headers for bulk user creation csv must follow the format |
#
IPV-1065Code | IPV-1065 |
Class | INVALID_USERNAME |
Title | Invalid username |
Message | Invalid username - {}, in line {}, should only contain numerical values, lowercase letters,should not start with numerical value |
Description | username should satisfy standards |
#
IPV-1066Code | IPV-1066 |
Class | RECORDS_LENGTH_NOT_VALID |
Title | Record length not in allowed range |
Message | Number of records should be between 1 and 1000 |
Description | input csv records should be in range 1-1000 |
#
IPV-1067Code | IPV-1067 |
Class | INVALID_PARAMETER_VALUE |
Title | Invalid value provided for a specific parameter |
Message | Invalid parameter - {}, value must be a dictionary of format {{'parameter1': 'argument1', 'parameter2': 'argument2', ...}}. |
Description | The given parameters contains invalid datatype of value, please use a valid data type. |
#
IPV-1068Code | IPV-1068 |
Class | PARAMETER_LENGTH_OUT_OF_RANGE |
Title | Parameter length not in allowed range |
Message | Invalid parameter - {}, Length should not exceed {} characters |
Description | The given parameter length should be in valid range |
#
IPV-1069Code | IPV-1069 |
Class | QUERY_SUBMISSION_FAILED |
Title | Failed to submit query due to incompatible dataset/view types |
Message | {} |
Description | Failed to submit query due to incompatible dataset/view types |
#
IPV-1070Code | IPV-1070 |
Class | INVALID_PARAMETER |
Title | Parameter value is invalid |
Message | Invalid parameter - {}, please follow the following Date format, YYYY-MM-DD |
Description | The parameter value format is invalid, it must follow YYYY-MM-DD date format. |
#
IPV-1071Code | IPV-1071 |
Class | INVALID_PARAMETER_VALUE |
Title | Invalid value provided for a specific parameter |
Message | Invalid value of {}, allowed values are {} |
Description | The given parameter contains invalid value, please use a valid value from given list. |
#
jobs#
JOB-1001Code | JOB-1001 |
Class | LIBRARY_ACCESS |
Title | Given libs already have access through job update |
Message | Library(ies) {} already has/have access through job update |
Description | Job already have access to given libraries. |
#
JOB-1002Code | JOB-1002 |
Class | INVALID_JOB_PARAMETERS |
Title | Some invalid keys present in job parameters |
Message | Cannot provide {} keys in JobParameters, use some other key-value pair |
Description | Invalid keys provided in JobParameters by user, please check again. |
#
JOB-1003Code | JOB-1003 |
Class | JOB_RESOURCE_ACCESS_RESTRICTION |
Title | Cannot provide access to more than 25 resources of same kind at once |
Message | Cannot provide access to more than 25 {} using job update, use extra resource access |
Description | User should not try to update job with more than 25 resources attached of similar type like Datasets, Parameters, etc.. |
#
JOB-1004Code | JOB-1004 |
Class | ETL_JOB_CREATION_FAILED |
Title | Unable to create etl job |
Message | Unable to create glue etl job with error {} |
Description | There was some issue while creating etl job. |
#
JOB-1005Code | JOB-1005 |
Class | ETL_JOB_CREATION_FAILED |
Title | Unable to create etl job |
Message | Failed to create glue job |
Description | There was some issue while creating etl job. |
#
JOB-1006Code | JOB-1006 |
Class | JOB_UPDATE_FAILED |
Title | Unable to update database |
Message | Unable to insert an item in dynamoDB even after successful job creation - {} |
Description | There was some issue while inserting an item in dynamoDB even after successful job creation. |
#
JOB-1007Code | JOB-1007 |
Class | JOB_LIST_UPDATE_FAILED |
Title | Unable to update job list |
Message | Failed to update jobs list in groups, try again later |
Description | There was some issue while updating jobs list in groups. |
#
JOB-1008Code | JOB-1008 |
Class | JOB_DETAILS_GET_FAILED |
Title | Unable to fetch job details |
Message | Failed to get job details, try again later |
Description | There was some issue while fetching job details. |
#
JOB-1009Code | JOB-1009 |
Class | JOB_API_LIMIT_EXCEEDED |
Title | Failed to add/remove jobs |
Message | Number of jobs to add or remove per api call exceeds maximum limit of 20 found - {} |
Description | The api limit doesn't allow to add/remove more than 20 jobs per api call. |
#
JOB-1010Code | JOB-1010 |
Class | INSUFFICIENT_JOB_DETAILS |
Title | The job details given is insufficient |
Message | Insufficient job details for job with id {} |
Description | Insufficient job details has been provided by user. |
#
JOB-1011Code | JOB-1011 |
Class | JOB_UPDATE_FAILED_TO_GROUP |
Title | The job cannot be attached to group |
Message | Cannot add job {} with status {} to a group |
Description | The given job cannot be added to group in given status. |
#
JOB-1012Code | JOB-1012 |
Class | UNAUTHORIZED_JOB_ACCESS |
Title | The job cannot be accessed by given user |
Message | User {} is not the owner of the job {} to be added/removed |
Description | The given job cannot be accessed by user due to insufficient permissions. |
#
JOB-1013Code | JOB-1013 |
Class | JOB_UPDATE_FAILED |
Title | The job cannot be updated since attached resources are busy |
Message | Unable to update job since associated shared library(ies) is/are being updated, please try again |
Description | The given job cannot be updated by user when associated shared library(ies) is/are being updated. |
#
JOB-1014Code | JOB-1014 |
Class | JOB_UPDATE_FAILED |
Title | The job cannot be updated due to some issues |
Message | Unable to update job item in DynamoDB even after successful job update. |
Description | The given job cannot be updated due to some encountered errors. |
#
JOB-1015Code | JOB-1015 |
Class | JOB_REGISTRATION_FAILED |
Title | The job cannot be registered due to invalid status |
Message | Job Registration Status - {}, cannot publish the job. |
Description | The given job cannot be updated in current status state. |
#
JOB-1016Code | JOB-1016 |
Class | JOB_STATUS_UPDATE_FAILED |
Title | The job status couldn't be updated |
Message | Unable to update ETL job status to completed in DynamoDB. |
Description | The given job status failed to be updated in database due to some issue. |
#
JOB-1017Code | JOB-1017 |
Class | JOB_IAM_ROLE_DELETE_FAILED |
Title | The job iam role couldn't be deleted |
Message | Unable to delete iam role used by glue job even after successful job deletion in Glue. |
Description | The given job iam role failed to be deleted due to some issue. |
#
JOB-1018Code | JOB-1018 |
Class | JOB_ITEM_DELETE_FAILED |
Title | The job item couldn't be deleted |
Message | Unable to delete job item in DynamoDB even after successful job deletion in Glue. |
Description | The given job item ailed to be deleted from database due to some issue. |
#
JOB-1019Code | JOB-1019 |
Class | JOB_UPDATE_FAILED |
Title | The job metadata failed to updated |
Message | Cannot update {} for job |
Description | There was some issue while updating dataset access for job. |
#
JOB-1020Code | JOB-1020 |
Class | JOB_RESOURCE_ALLOCATION_LIMIT_EXCEEDED |
Title | More than allowed resources are allocated for job |
Message | Resource allocation limit for {} is {} |
Description | Resource allocation limit exceeded for given job parameters. |
#
JOB-1021Code | JOB-1021 |
Class | JOB_RESOURCE_ALLOCATION_LIMIT_EXCEEDED |
Title | More than allowed resources are allocated for dataset access |
Message | Resource allocation limit for dataset access for {} is {} |
Description | Resource allocation limit exceeded for given job parameter DatasetAccess. |
#
JOB-1022Code | JOB-1022 |
Class | JOB_RESET_BOOKMARK_TRIGGER_FAILED |
Title | Unable to reset job bookmark |
Message | Reset bookmark cannot be triggered if job bookmark option is disabled |
Description | Reset bookmark cannot be triggered if job bookmark option is disabled |
#
JOB-1023Code | JOB-1023 |
Class | INVALID_JOB_PARAMETER |
Title | Invalid query string parameter value |
Message | Query string parameter {} should be True |
Description | Invalid value provided by user for given query string parameter. |
#
JOB-1024Code | JOB-1024 |
Class | INVALID_JOBS_EXISTENCE |
Title | More than 1 job exists with same name |
Message | {} ETL jobs exists with name {} |
Description | More than 1 job exists with same name, which is not allowed. |
#
JOB-1025Code | JOB-1025 |
Class | PACKAGE_NOT_FOUND |
Title | Unable to update library due to packages are not found |
Message | Unable to update library, packages are {} not found/uploaded. |
Description | Unable to update library due to packages are not found. |
#
JOB-1026Code | JOB-1026 |
Class | PACKAGE_NOT_FOUND |
Title | Unable to update library due to packages are not found |
Message | Library {} does not exist. |
Description | Unable to update library due to packages are not found. |
#
JOB-1027Code | JOB-1027 |
Class | JOB_METADATA_FAILED_TO_UPDATE |
Title | Job metadata failed to update |
Message | Job metadata failed to update, please try again later. |
Description | Job metadata failed to update. |
#
JOB-1028Code | JOB-1028 |
Class | JOB_METADATA_FAILED_TO_UPDATE |
Title | Job metadata failed to update resource access details. |
Message | Failed to update job resource access details, try again later. |
Description | Failed to update job resource access details. |
#
JOB-1029Code | JOB-1029 |
Class | UNAUTHORIZED_USER_FOR_LIBRARY |
Title | Unauthorized user found for the library |
Message | No authorized users found for the library {}. |
Description | User does not have access to the library. |
#
JOB-1030Code | JOB-1030 |
Class | INVALID_JOB_PARAMETER |
Title | Invalid Job type |
Message | Encountered invalid job type {} |
Description | When the input type entered for job is not supported. |
#
JOB-1031Code | JOB-1031 |
Class | JOB_UPDATE_FAILED |
Title | Job update failure |
Message | Failed to update job - {} |
Description | When the input type entered for job is not supported. |
#
JOB-1032Code | JOB-1032 |
Class | RESOURCE_LIMIT_EXCEEDED |
Title | Number of resources limit exceeded |
Message | Cannot perform the required operation, too many {} |
Description | Cannot perform the required operation due to maximum limit exceeded. |
#
JOB-1033Code | JOB-1033 |
Class | SHARED_LIBS_UPDATE_FAILED |
Title | Failed to update shared libs |
Message | Failed to update shared libs table, try again later |
Description | There was some issue while shared libs table. |
#
JOB-1034Code | JOB-1034 |
Class | INVALID_ETLTYPE |
Title | Invalid ETL type provided |
Message | Unrecognized ETLType {} encountered |
Description | Invalid ETL type is provided. |
#
JOB-1035Code | JOB-1035 |
Class | INVALID_MORPH_USAGE |
Title | Invalid Morph usage due to non existing infrastructure |
Message | Morph deployment is disabled, User action is not permitted |
Description | Morph deployment is disabled in the environment and user won't be able to access Morph environment |
#
JOB-1036Code | JOB-1036 |
Class | MORPH_ENVIRONMENT_FAILED |
Title | Failed to load Morph environment |
Message | Failed to load morph environment, {} |
Description | Unable to load morph environment due to failure in pre-processing steps |
#
JOB-1037Code | JOB-1037 |
Class | MORPH_USER_MIGRATION_FAILED |
Title | Failed to migrate user to Morph environment |
Message | Morph user migration error, no Morph URL passed |
Description | Unable to migrate Amorphic user to Morph application |
#
JOB-1038Code | JOB-1038 |
Class | MORPH_JOB_ACCESS_FAILURE |
Title | Failed to download Morph script |
Message | Failed to download Morph script with error {} |
Description | Unable to download Morph script |
#
JOB-1039Code | JOB-1039 |
Class | MORPH_DATA_ACCESS_FAILURE |
Title | Failed to preview dataset records |
Message | Failed to preview dataset records with error {} |
Description | Unable to preview dataset through Morph script |
#
JOB-1040Code | JOB-1040 |
Class | INVALID_DATASET_FOR_MORPH_JOB |
Title | Failed to create or update morph job |
Message | Morph job doesn't support owner access datasets which have partitioning enabled. Invalid datasets found - {} |
Description | Cannot create or update morph job with owner access datasets with dataset partitioning enabled. |
#
JOB-1041Code | JOB-1041 |
Class | FAILED_TO_UPDATE_JOB |
Title | Failed to create or update job due to deprecated glue version |
Message | Job creation/update failed. GlueVersion - {} provided is either invalid or deprecated for given job. Please try creating/updating the job with supported glue version(s) - {} before trying again. |
Description | Cannot create or update job with deprecated glue version. Please update the glue version of job manually. |
#
JOB-1042Code | JOB-1042 |
Class | FAILED_TO_UPDATE_JOB |
Title | Failed to create or update job due to deprecated python version |
Message | Job creation/update failed. PythonVersion - {} provided is either invalid or deprecated for given job. Please try creating/updating the job with supported python version(s) - {} before trying again. |
Description | Cannot create or update job with deprecated python version. Please update the python version of job manually. |
#
JOB-1043Code | JOB-1043 |
Class | INVALID_DATASET_FOR_ETL_JOB |
Title | Failed to create or update job |
Message | ETL job doesn't support datasets with connection type 'store'. Invalid datasets found - {} |
Description | Cannot create or update ETL job with datasets with connection type store. |
#
logs#
LOG-1001Code | LOG-1001 |
Class | LOGS_RETRIEVAL_FAILED |
Title | Failed to retrieve logs |
Message | Cannot retrieve logs for service name: {} and log group {}. Only servicename: sagemaker and service log group: TransformJobs can be used to process this request |
Description | Failed to retrieve logs for given service & log group. |
#
LOG-1002Code | LOG-1002 |
Class | LOGS_DOWNLOAD_FAILED |
Title | Failed to download logs |
Message | Logs can be downloaded only after time Jan 1, 1970 00:00:00 UTC |
Description | Logs can be downloaded only after time Jan 1, 1970 00:00:00 UTC. |
#
LOG-1003Code | LOG-1003 |
Class | LOGS_DOWNLOAD_FAILED |
Title | Error logs are available to download |
Message | Error logs are available to download with queryparam logs=latest |
Description | Error logs are available to download with queryparam logs=latest. |
#
LOG-1004Code | LOG-1004 |
Class | LOGS_CREATION_FAILED |
Title | Log file creation already in progress |
Message | Cannot perform requested operation, log file creation is in progress. |
Description | Error creating logs because it's already in progress. |
#
LOG-1005Code | LOG-1005 |
Class | LOGS_EXECUTION_FAILED |
Title | No logs available for execution |
Message | No {} logs available for the execution. |
Description | No logs of given log type available for execution. |
#
LOG-1006Code | LOG-1006 |
Class | LOGS_RETRIEVAL_FAILED |
Title | Logs retieval failed |
Message | Job execution {} is not in succeeded state to retrieve logs |
Description | Since the job execution failed, log retrieval failed. |
#
LOG-1007Code | LOG-1007 |
Class | LOGS_DOWNLOAD_FAILED |
Title | Logs download failed |
Message | Unable to download log files, please try again later. |
Description | There was some issue while downloading the logs. |
#
models#
MDL-1001Code | MDL-1001 |
Class | INVALID_OUTPUT_TYPE |
Title | Output type of model is invalid |
Message | Output type of a model cannot be {} and can only be one of metadata and datasetdata |
Description | Output type of a model can only be one of metadata and datasetdata. |
#
MDL-1002Code | MDL-1002 |
Class | MODEL_LIST_UPDATE_FAILED |
Title | Failed to update models list |
Message | Failed to update models list in groups, try again later |
Description | There was some issue while updating models list in groups. |
#
MDL-1003Code | MDL-1003 |
Class | MODEL_API_LIMIT_EXCEEDED |
Title | Failed to add/remove models |
Message | Number of models to add or remove per api call exceeds maximum limit of 20, found - {} |
Description | The api limit doesn't allow to add/remove more than 20 models per api call. |
#
MDL-1004Code | MDL-1004 |
Class | INVALID_MODEL_ID |
Title | Failed to get model id. |
Message | Invalid ModelId {} |
Description | Invalid model id provided while checking user model access. |
#
notebooks#
NB-1001Code | NB-1001 |
Class | CREATION_FAILED |
Title | Failed to create a notebook with error |
Message | Failed to create a notebook with error {} |
Description | There was some issue while creating a notebook, please try again. |
#
NB-1002Code | NB-1002 |
Class | NOTEBOOK_DOESNT_EXIST |
Title | Failed to retrieve notebook details |
Message | Notebook {} doesn't exist |
Description | Failed to retrieve notebook details. |
#
NB-1003Code | NB-1003 |
Class | NOTEBOOK_OPERATION_FAILED |
Title | Invalid notebook operation |
Message | Invalid operation parameter, supported values [start, stop, update, update-access] |
Description | Invalid notebook operation parameter. please fix the operation type and re-try |
#
NB-1004Code | NB-1004 |
Class | NOTEBOOK_DELETION |
Title | Notebook delete operation failed |
Message | Delete operation failed, Maximum lambda invoke attempts reached. |
Description | Notebook deletion failed. Reached max attempts while trying to delete |
#
NB-1005Code | NB-1005 |
Class | NOTEBOOK_CREATION_FAILED |
Title | Cannot create notebook with disabled internet |
Message | DirectInternetAccess cannot be disabled for notebook created in {} configuration. |
Description | Notebook creation failed due to invalid input provided by user. |
#
NB-1006Code | NB-1006 |
Class | NOTEBOOK_UPDATE |
Title | Notebook update operation failed |
Message | Update operation failed, extra resource access permitted only for sagemaker notebooks. For glue notebooks update access in endpoints |
Description | Notebook deletion failed. Reached max attempts while trying to delete |
#
postgresSql#
PGS-1001Code | PGS-1001 |
Class | POSTGRES_CONNECT_FAILED |
Title | Unable to create connection to postgres |
Message | Failed to establish source connection with error - {} |
Description | There was some issue while creating a postgres connection. |
#
PGS-1002Code | PGS-1002 |
Class | LIST_DATABASES_FAILED |
Title | Unable to get list of databases |
Message | Failed to get list of all databases with error - {} |
Description | There was some issue while listing all databases. |
#
PGS-1003Code | PGS-1003 |
Class | LIST_DB_TABLES_FAILED |
Title | Unable to get list of all db's and tables |
Message | Failed to get list of db's and tables with error - {} |
Description | There was some issue while listing all db's and tables. |
#
PGS-1004Code | PGS-1004 |
Class | GET_METADATA_FAILED |
Title | Unable to get metadata of a table |
Message | Failed to get metadata of table with error - {} |
Description | There was some issue while getting table metadata. |
#
PGS-1005Code | PGS-1005 |
Class | SCHEMA_CONVERSION_FAILED |
Title | Unable to convert schema from source to target |
Message | Failed to convert schema from source to target with error - {} |
Description | There was some issue while converting schema. |
#
pushNotifications#
PN-1001Code | PN-1001 |
Class | INVALID_NOTIFICATION_ID |
Title | Invalid NotificationId |
Message | Invalid NotificationId - '{}' or UserId - {}, notification doesn't exist with this Id |
Description | No notification exists with the given NotificationId/UserId. |
#
PN-1002Code | PN-1002 |
Class | INVALID_UPDATE_OPERATION |
Title | Invalid update operation |
Message | Invalid update operation is passed - {} |
Description | Invalid operation type or values are passed in message body. |
#
PN-1003Code | PN-1003 |
Class | NOTIFICATION_UPDATE_FAILED |
Title | Failed to update Notification |
Message | Unable to update notification {} with the given operation - {} |
Description | There was some issue while updating notification with given operation. |
#
redshift#
RS-1001Code | RS-1001 |
Class | TABLE_CREATION_FAILED |
Title | Unable to create redshift table |
Message | Failed to create Redshift table with error - {} |
Description | Redshift table creation failed due to some issue. |
#
RS-1002Code | RS-1002 |
Class | TABLE_DELETION_FAILED |
Title | Unable to delete redshift table |
Message | Failed to delete Redshift table with error - {} |
Description | There was some issue while deleting redshift table. |
#
RS-1003Code | RS-1003 |
Class | VIEW_DELETION_FAILED |
Title | Unable to delete redshift view |
Message | Failed to delete Redshift view with error - {} |
Description | There was some issue while deleting redshift view. |
#
RS-1004Code | RS-1004 |
Class | GROUP_CREATION_FAILED |
Title | Unable to create redshift group |
Message | Failed to create Redshift group with error - {} |
Description | There was some issue while creating redshift group. |
#
RS-1005Code | RS-1005 |
Class | GROUP_DELETION_FAILED |
Title | Unable to delete redshift group |
Message | Failed to delete Redshift group with error - {} |
Description | There was some issue while deleting redshift group. |
#
RS-1006Code | RS-1006 |
Class | ADD_USER_TO_GROUP_FAILED |
Title | Unable to add users to redshift group |
Message | Failed to add users to group with error - {} |
Description | There was some issue while adding users to redshift group. |
#
RS-1007Code | RS-1007 |
Class | REMOVE_USER_FROM_GROUP_FAILED |
Title | Unable to remove users from redshift group |
Message | Failed to remove users from group with error - {} |
Description | There was some issue while removing users from redshift group. |
#
RS-1008Code | RS-1008 |
Class | PERMISSION_ASSIGNMENT_FAILED |
Title | Unable to assign permission to redshift members |
Message | Failed to assign permissions to {} with error - {} |
Description | There was some issue while assigning permissions to redshift members. |
#
RS-1009Code | RS-1009 |
Class | REVOKE_ACCESS_FAILED |
Title | Unable to revoke permission from redshift members |
Message | Failed to revoke access to group {} with error - {} |
Description | There was some issue while revoking permissions from redshift members. |
#
RS-1010Code | RS-1010 |
Class | SCHEMA_RETRIEVAL_FAILED |
Title | Unable to retrieve redshift table schema |
Message | Failed to retrieve schemas with error - {} |
Description | There was some issue while retrieving schema for redshift table. |
#
RS-1011Code | RS-1011 |
Class | INVALID_CHARACTER_FORMAT |
Title | Characters in data type braces need to be integers |
Message | Characters in data type braces need to be integers |
Description | Characters in data type braces need to be integers. |
#
RS-1012Code | RS-1012 |
Class | INVALID_COLUMN |
Title | Unable to scale given column type |
Message | Column {} type doesn't support scale |
Description | Invalid column type provided by user to scale. |
#
RS-1013Code | RS-1013 |
Class | INVALID_COLUMN_TYPE |
Title | Invalid column data type is provided by user |
Message | Column {} type is not part of supported data types of {} |
Description | Invalid column data type provided by user. Please provide a supported column type. |
#
RS-1014Code | RS-1014 |
Class | INVALID_PRECISION |
Title | Invalid precision value |
Message | Precision of a data type cannot be less than 0 |
Description | Invalid precision value provided by user. |
#
RS-1015Code | RS-1015 |
Class | INVALID_PRECISION |
Title | Invalid precision value for given data type |
Message | Maximum allowed value for precision {} for type {} |
Description | Invalid precision value provided by user. |
#
RS-1016Code | RS-1016 |
Class | INVALID_SCALE |
Title | Invalid scala value for given data type |
Message | Scale of a data type cannot be more than precision for column {} of type {} |
Description | Invalid scale value provided by user. |
#
RS-1017Code | RS-1017 |
Class | REDSHIFT_OPERATION_FAILED |
Title | Error occurred during some redshift operation |
Message | <Custom runtime error message> |
Description | There was some issue while performing redshift operation. |
#
RS-1018Code | RS-1018 |
Class | REDSHIFT_COPY_DATA_FAILED |
Title | Redshift data copy failed |
Message | Redshift data copy failed with error - {} |
Description | There was some issue while copying data to/from redshift. |
#
RS-1019Code | RS-1019 |
Class | REDSHIFT_TENANT_DELETION_FAILED |
Title | Tenant delete operation failed |
Message | Tenant operation failed, dependent {0} should be deleted before deleting the tenant. |
Description | User will need to resolve all dependencies, before deleting the tenant. |
#
RS-1020Code | RS-1020 |
Class | REDSHIFT_TENANT_NOT_FOUND |
Title | Tenant not found |
Message | Tenant {} does not exist in the system. |
Description | Tenant does not exist in the system. User needs to provide valid tenant details before performing any operations on the tenant |
#
RS-1021Code | RS-1021 |
Class | REDSHIFT_TENANT_NOT_FOUND |
Title | Tenant not found |
Message | Tenant {} does not belong to cluster {}. |
Description | Tenant does not exist in the provided cluster. User needs to provide valid tenant details before performing any operations on the tenant |
#
RS-1023Code | RS-1023 |
Class | GROUPS_RETRIEVAL_FAILED |
Title | Unable to retrieve redshift user groups |
Message | Failed to retrieve groups with error - {} |
Description | There was some issue while retrieving groups inside the redshift cluster. |
#
RS-1024Code | RS-1024 |
Class | GRANT_ACCESS_FAILED |
Title | Unable to grant permission to redshift members |
Message | Failed to grant access to group {} with error - {} |
Description | There was some issue while granting permissions to redshift members. |
#
roles#
ROLE-1001Code | ROLE-1001 |
Class | INVALID_ROLE_PERMISSIONS |
Title | Invalid role permissions |
Message | Failed to create role, Invalid role permissions |
Description | User didn't have sufficient permissions to create the role. |
#
ROLE-1002Code | ROLE-1002 |
Class | MISSING_ROLE |
Title | Role not attached to user |
Message | No roles attached to the user - {} |
Description | User didn't have the role attached to perform the desired action. |
#
ROLE-1003Code | ROLE-1003 |
Class | INVALID_ROLE |
Title | Invalid role prefix |
Message | Failed to fetch system role |
Description | The prefix role name provided by user is invalid, hence unable to fetch system role. |
#
ROLE-1003Code | ROLE-1003 |
Class | INVALID_ROLE |
Title | Invalid role prefix |
Message | Failed to fetch system role |
Description | The prefix role name provided by user is invalid, hence unable to fetch system role. |
#
ROLE-1004Code | ROLE-1004 |
Class | INVALID_ROLE_ID |
Title | Invalid role_id attached |
Message | User has an invalid role_id({}) attached in its metadata. |
Description | User object has invalid role_id attached to his user metadata. Contact administrator for metadata cleanup. |
#
ROLE-1005Code | ROLE-1005 |
Class | MISSING_DEFAULT_ROLE |
Title | Default Role is not attached to user |
Message | Missing default role attachment to the user |
Description | User does not have the default role attached. |
#
ROLE-1006Code | ROLE-1006 |
Class | FAILED_TO_REMOVE_ROLE |
Title | Failed to remove role for user |
Message | Failed to remove role for user |
Description | Failed to remove role for user. |
#
ROLE-1007Code | ROLE-1007 |
Class | IAM_ROLE_POLICY_CREATION_FAILED |
Title | IAM role policy creation failed |
Message | Failed to create IAM role policy with error - {} |
Description | There was some issue while create a IAM role policy. |
#
ROLE-1008Code | ROLE-1008 |
Class | ROLE_DELETION_FAILED |
Title | Role deletion failed |
Message | Failed to delete role with error - {} |
Description | There was some issue while deleting a role . |
#
runtime#
RTE-1001Code | RTE-1001 |
Class | PYTHON_RUNTIME_EXCEPTION |
Title | Custom runtime exception |
Message | {} |
Description | This error is raised by the Python run time environment. |
#
schedules#
SCH-1001Code | SCH-1001 |
Class | INVALID_SCHEDULE_PARAMETER |
Title | Only MaxCapacity parameter is allowed |
Message | Only {} parameters are allowed for jdbc or s3 connection type ingestion |
Description | Invalid parameter has been provided by user, only AllocatedCapacity parameter is allowed for jdbc or s3 connection type ingestion |
#
SCH-1002Code | SCH-1002 |
Class | INVALID_SCHEDULE_PARAMETER |
Title | Invalid MaxCapacity value |
Message | {} value should be between 2 to 100 for the job run |
Description | Invalid parameter value has bee provided by user, AllocatedCapacity value should be between 2 to 100 for the job run |
#
SCH-1003Code | SCH-1003 |
Class | INVALID_SCHEDULE_PARAMETER |
Title | Invalid AllocatedCapacity/MaxCapacity value |
Message | AllocatedCapacity/MaxCapacity value should be either 0.0625 or 1 for the job run |
Description | Invalid parameter value has bee provided by user, AllocatedCapacity/MaxCapacity value should be either 0.0625 or 1 for the job run |
#
SCH-1004Code | SCH-1004 |
Class | SCHEDULE_CREATION_FAILED |
Title | Schedule cannot be created with an unregistered job |
Message | Registration status of ETL Job '{}' is in PENDING state. Please complete the registration and then create a Schedule. |
Description | Please complete the registration of give ETL job and then create a Schedule |
#
SCH-1005Code | SCH-1005 |
Class | FAILED_TO_UPDATE_SCHEDULES_LIST |
Title | Unable to update schedules list in groups |
Message | Failed to update schedules list in groups, try again later |
Description | There was some issue while updating schedules list. |
#
SCH-1006Code | SCH-1006 |
Class | FAILED_TO_PERFORM_SCHEDULE_OPERATION |
Title | Unauthorized schedule operation |
Message | User doesn't have enough permissions to {} schedule(s) |
Description | Insufficient permissions to execute give operation. |
#
SCH-1007Code | SCH-1007 |
Class | FAILED_TO_PERFORM_SCHEDULE_EXECUTION_OPERATION |
Title | Unauthorized schedule execution operation |
Message | User doesn't have enough permissions to {} schedule execution(s) |
Description | Insufficient permissions to execute give operation. |
#
SCH-1008Code | SCH-1008 |
Class | UNAUTHORIZED_SCHEDULE_ACCESS |
Title | The schedule cannot be accessed by given user |
Message | User {} is not the owner of the schedule {} to be added/removed |
Description | The given schedule cannot be accessed by user due to insufficient permissions. |
#
SCH-1009Code | SCH-1009 |
Class | SCHEDULE_FETCH_FAILED |
Title | Unable to retrieve schedule |
Message | Failed to retrieve schedule details |
Description | There was some issue while fetching schedule details. |
#
SCH-1010Code | SCH-1010 |
Class | SCHEDULE_API_LIMIT_EXCEEDED |
Title | Failed to add/remove schedules |
Message | Number of schedules to add or remove per api call exceeds maximum limit of 20 found - {} |
Description | The api limit doesn't allow to add/remove more than 20 schedules per api call. |
#
SCH-1011Code | SCH-1011 |
Class | INVALID_SCHEDULE_TYPE |
Title | Invalid schedule type specified |
Message | Schedules of type etl is allowed |
Description | Invalid schedule type specified by user for downloading log. |
#
SCH-1012Code | SCH-1012 |
Class | INVALID_SCHEDULE_EVENT_PATTERN |
Title | Invalid schedule event pattern |
Message | Invalid schedule event pattern received - {} |
Description | This error is returned when an invalid event pattern is passed in the input. |
#
SCH-1013Code | SCH-1013 |
Class | INVALID_SCHEDULE_RULE_TYPE |
Title | Invalid schedule rule type |
Message | Invalid schedule rule type - {}, only time or event or none is allowed |
Description | This error is returned when an invalid rule type is used schedule, only time & event or none are allowed. |
#
SCH-1014Code | SCH-1014 |
Class | INVALID_RESOURCE_FOR_SCHECULE |
Title | Invalid resource selected to create the schedule |
Message | Invalid resource for schedule creation - {} |
Description | This error is returned when an invalid type of selection is made to create a schedule |
#
SCH-1015Code | SCH-1015 |
Class | INVALID_SCHEDULE_EXPRESSION |
Title | Invalid expression for schedule creation |
Message | Invalid schedule expression received - {} |
Description | This error is returned when an invalid expression is received for the schedule creation/updation. |
#
streams#
STRM-1001Code | STRM-1001 |
Class | MISSING_PARAMETER |
Title | Some required parameters are missing |
Message | Missing mandatory param {} for {} stream type |
Description | Invalid request body, missing mandatory parameters for given stream type. |
#
STRM-1002Code | STRM-1002 |
Class | INVALID_STREAM_NAME |
Title | Input stream name doesn't follow standards |
Message | Input stream name - {} deosn't follow standard and should be in pattern [a-zA-Z][a-zA-Z0-9-_] and 1 to 50 chars |
Description | This error is returned if the naming standard of the stream is not followed in the input request body |
#
STRM-1003Code | STRM-1003 |
Class | STREAM_USER_POLICY_REQUEST |
Title | Stream user policy creation/deletion failed |
Message | Stream user policy {} failed with error - {} |
Description | This error is returned when the stream user policy creation/deletion is failed |
#
STRM-1004Code | STRM-1004 |
Class | STREAM_USER_CREATION_REQUEST |
Title | Stream user creation/deletion failed |
Message | Stream user {} failed with error - {} |
Description | This error is returned when the stream user creation/deletion is failed |
#
STRM-1005Code | STRM-1005 |
Class | STREAM_USER_ACCESS_KEYS_REQUEST |
Title | Stream user access keys creation/deletion failed |
Message | Stream user access keys {} failed with error - {} |
Description | This error is returned when the stream user access keys creation/deletion is failed |
#
STRM-1006Code | STRM-1006 |
Class | STREAM_USER_POLICY_ATTACH_REQUEST |
Title | Stream user policy attachment/detachment is failed |
Message | Stream user policy is failed to {} to the user with error - {} |
Description | This error is returned when the stream user policy is failed to attach/detach to the user |
#
STRM-1007Code | STRM-1007 |
Class | MAX_ALLOWED_STREAMS |
Title | Maximum allowed active streams in the platform |
Message | Max no of active streams allowed for - {} is - {} |
Description | This error is returned when maximum number of streams can be active at a time |
#
STRM-1008Code | STRM-1008 |
Class | STREAM_ACTION |
Title | Stream creation/updation/deletion is failed |
Message | Stream action - {} failed with error - {} |
Description | This error is returned when stream creation/updation/deletion is failed |
#
STRM-1009Code | STRM-1009 |
Class | INVALID_STREAM_STATUS |
Title | Unsupported stream status to perform operation on a stream |
Message | Stream status is - {}, cannot perform operation - {} |
Description | Certain actions on streams cannot be performed during this status |
#
STRM-1010Code | STRM-1010 |
Class | MAX_ALLOWED_STREAMS_DATA_TRANSFORMATIONS |
Title | Maximum allowed streams data transformation functions in the platform |
Message | Max no of active streams data transformation functions allowed for - {} is - {} |
Description | This error is returned when maximum number of streams data transformation functions are exceeded |
#
systemAlerts#
SA-1001Code | SA-1001 |
Class | NOTIFICATION_ALERT_FAILED |
Title | Failed to send notification alert through smtp |
Message | Failed to send notification through SMTP - {} |
Description | There was some issue while sending notification alert. |
#
SA-1002Code | SA-1002 |
Class | INVALID_NOTIFICATION_MESSAGE |
Title | Key values is/are missing from message body |
Message | Invalid notification message, missing key(s) or details - {} |
Description | The required key value or details is missing in notification message event body. |
#
SA-1003Code | SA-1003 |
Class | INVALID_NOTIFICATION_MESSAGE |
Title | Invalid or missing field value. |
Message | Invalid notification message, Invalid Email field(s) - {} : {}, field is missing or invalid type |
Description | Invalid field type or values are passed in message body. |
#
SA-1004Code | SA-1004 |
Class | INVALID_NOTIFICATION_MESSAGE |
Title | Invalid message type |
Message | Invalid notification message, Invalid message type - {}, valid values are 'text'/'table' (case-sensitive) |
Description | Invalid field type or values are passed in message body. |
#
SA-1005Code | SA-1005 |
Class | INVALID_NOTIFICATION_MESSAGE |
Title | Invalid field value |
Message | Invalid notification message, Invalid email field - {} : {}, reference details not found |
Description | The details trying to be fetched using field value doesn't exist. |
#
SA-1006Code | SA-1006 |
Class | INVALID_NOTIFICATION_MESSAGE |
Title | Invalid field type |
Message | Invalid notification message, Invalid field - {}, should be a dict type |
Description | Invalid field type in message body. |
#
SA-1007Code | SA-1007 |
Class | INVALID_NOTIFICATION_MESSAGE |
Title | Invalid notification event |
Message | Invalid notification message, keys do not match in the event {}, valid keys are {} |
Description | Invalid notification event in message body. |
#
SA-1008Code | SA-1008 |
Class | INVALID_NOTIFICATION_MESSAGE |
Title | Invalid field value |
Message | Invalid notification message, S3 URLs in attachments should be of type string |
Description | Invalid notification field value in message body. |
#
workflows#
WF-1001Code | WF-1001 |
Class | NODE_CREATION_FAILED |
Title | Failed to create glue job node |
Message | Failed to create glue job node with name - {}. |
Description | Failed to create glue job node. |
#
WF-1002Code | WF-1002 |
Class | NODE_RETRIEVE_FAILED |
Title | Unable to retrieve node name |
Message | Unable to retrieve node name. |
Description | node name provided is not able retrieve. |
#
WF-1003Code | WF-1003 |
Class | WORKFLOW_EXECUTION_RETRIEVE_FAILED |
Title | Unable to retrieve workflow execution properties |
Message | Unable to retrieve workflow execution properties. |
Description | Unable to retrieve workflow execution properties |
#
WF-1004Code | WF-1004 |
Class | WF_GLUE_CLIENT_ERROR |
Title | Workflow operation failed |
Message | Workflow operation failed with aws client error - {} |
Description | Workflow related operations failed with aws client errors. |
#
WF-1005Code | WF-1005 |
Class | NODE_ADDITION_FAILED |
Title | Failed to add node to a graph |
Message | Node {} already exists |
Description | Failed to add node because it already exists in the graph. |
#
WF-1006Code | WF-1006 |
Class | NODE_DOESNT_EXIST |
Title | Failed to perform node operations |
Message | Node {} doesn't exist in graph |
Description | Failed to perform node operation because node doesn't exist in the graph. |
#
WF-1007Code | WF-1007 |
Class | INVALID_DEPENDENT_NODES_FORMAT |
Title | Invalid format for dependent nodes |
Message | Dependent nodes must be of type list |
Description | Unable to process because the dependent nodes must be of type list |
#
WF-1008Code | WF-1008 |
Class | INVALID_GRAPH |
Title | Invalid graph |
Message | Invalid graph, graph is not acyclic |
Description | Failed to perform operation on graph because the graph is not acyclic |
#
WF-1009Code | WF-1009 |
Class | FAILED_TO_UPDATE_WORKFLOW_LIST |
Title | Unable to update workflows list in groups |
Message | Failed to update workflows list in groups, try again later. |
Description | There was some issue while updating workflows list. |
#
WF-1010Code | WF-1010 |
Class | GENERIC_CUSTOM_ERROR |
Title | Custom error msg thrown for workflow issues |
Message | {}. |
Description | User defined custom error message for workflow issues. |
#
WF-1011Code | WF-1011 |
Class | USER_DOES_NOT_HAVE_RESOURCE_ACCESS |
Title | User tries to access the resources which he does not have access |
Message | User does not have access to resources used in module type - {}. |
Description | User does not have access to resources used in module type. |
#
WF-1012Code | WF-1012 |
Class | OPERATION_NOT_ALLOWED_WITH_EXECUTION_STATUS |
Title | User can not delete/update a workflow with execution status |
Message | Cannot {} a workflow with execution status - {}. |
Description | User can not delete/update a workflow with execution status. |
#
WF-1013Code | WF-1013 |
Class | OPERATION_NOT_ALLOWED_WITH_EXECUTION_STATUS |
Title | User can not trigger execution of a workflow with existing execution status |
Message | Cannot trigger a workflow with execution status - {}. |
Description | User can not delete/update a workflow with existing execution status. |
#
WF-1014Code | WF-1014 |
Class | FAILED_TO_RESUME |
Title | User not able to resume workflow execution |
Message | Unable to resume workflow execution, please try again! |
Description | User not able to resume workflow execution. |
#
WF-1015Code | WF-1015 |
Class | FAILED_TO_RESUME |
Title | User not able to resume workflow execution |
Message | Cannot resume an older workflow execution that does match current workflow! |
Description | User not able to resume workflow execution. |
#
WF-1016Code | WF-1016 |
Class | EXECUTION_CAN_NOT_BE_RESUMED |
Title | Resume operation is not allowed |
Message | At least one of the nodes {} should have an instance of execution in the workflow execution to be resumed. |
Description | Resume operation is not allowed. |
#
WF-1017Code | WF-1017 |
Class | LOGS_NOT_AVAILABLE |
Title | Logs not available for specific execution |
Message | No {} logs available for the execution. |
Description | Logs not available for specific execution. |
#
WF-1018Code | WF-1018 |
Class | EXCEPTION_WHILE_FETCHING_LOGS |
Title | Failed while fetching logs |
Message | Failed to retrieve logs with exception {}. |
Description | Failed while fetching logs for specific execution. |
#
WF-1019Code | WF-1019 |
Class | NODE_NAME_NOT_FOUND |
Title | Node name not found in workflow |
Message | Workflow {} doesn't have node with name {}. |
Description | Node name not found in workflow. |
#
WF-1020Code | WF-1020 |
Class | INVALID_WF_EXECUTION |
Title | Invalid workflow execution id provided for workflow. |
Message | Workflow execution {} doesn't belong to workflow {}. |
Description | Invalid workflow execution id provided for workflow. |
#
WF-1021Code | WF-1021 |
Class | NOT_FOUND_DETAILS |
Title | Workflow is still running, not found node details. |
Message | Workflow execution {} is in running state and hasn't reached the node {} yet. |
Description | Workflow is still running, not found node details. |
#
WF-1022Code | WF-1022 |
Class | NODE_NOT_FOUND |
Title | Node is not part for current execution. |
Message | Node {} is not part of execution {}. |
Description | Node is not part for current execution. |
#
WF-1023Code | WF-1023 |
Class | INCONSISTENT_DETAILS |
Title | Node details are inconsistent. |
Message | Retrieved node details is inconsistent and doesn't have required values. |
Description | Node details are inconsistent. |
#
WF-1024Code | WF-1024 |
Class | LOGS_NOT_ALLOWED |
Title | Logs are allowed only for etl_job. |
Message | Logs are allowed only for node which is of type etl_job. |
Description | Logs are allowed only for etl_job. |
#
WF-1025Code | WF-1025 |
Class | LOGS_NOT_ALLOWED |
Title | Logs are allowed for Not started and not Completed states. |
Message | Job execution {} is not in {} state to retrieve logs. |
Description | Logs are allowed for Not started and not Completed states. |
#
WF-1026Code | WF-1026 |
Class | BAD_RESOURCE_STATE_FOR_OPERATION |
Title | Resource state is in bad state for the requested operation. |
Message | Cannot perform requested operation, log file creation is in progress. |
Description | Application does not support this operation on the resource when the resource is in bad state.. |
#
WF-1027Code | WF-1027 |
Class | OPERATION_CAN_NOT_PERFORM_ON_WORKFLOW |
Title | Resource state is in bad state for the requested operation. |
Message | Cannot update an non-existent workflow with name - {} and id - {}. |
Description | Application does not support this operation on the resource when the resource is in bad state.. |
#
WF-1028Code | WF-1028 |
Class | NODE_OUTPUT_FAILED |
Title | Failed to retrieve node output |
Message | Failed to retrieve workflow node transcribe output, error - {} |
Description | Failed to retrieve parse/retrieve the generated transcribe output. |
#
WF-1029Code | WF-1029 |
Class | INVALID_NODE_TYPE |
Title | Unexpected node type for downloading manifest file. |
Message | Workflow execution node {} is not of the expected type {}. |
Description | Workflow node passed is not of the expected module type |
#
WF-1030Code | WF-1030 |
Class | NODE_EXECUTION_IN_PROGRESS |
Title | Workflow node execution is in progress |
Message | Workflow node {} execution state is {}. Please try again later. |
Description | Workflow node execution is in progress/stopped |
#
WF-1031Code | WF-1031 |
Class | WORKFLOW_CREATION_OR_UPDATION_FAILED |
Title | Failed to create/update workflow |
Message | Failed to create/update workflow since given dataset(s) - {} is not supported for {} node. Only datasets with TargetLocation as {} is supported for SyncToS3 node. |
Description | Failed to create/update workflow due to invalid datasets input passed for sync to s3 node in workflow. Please select valid datasets and try again. |
#
WF-1032Code | WF-1032 |
Class | WORKFLOW_CREATION_OR_UPDATION_FAILED |
Title | Failed to create/update workflow |
Message | Failed to create/update workflow since given dataset(s) - {} registration is pending for {} node. Only datasets with RegistrationStatus as completed is supported for SyncToS3 node. |
Description | Failed to create/update workflow due to unregistered dataset input passed for sync to s3 node in workflow. Please select registered datasets and try again. |
#
WF-1033Code | WF-1033 |
Class | WORKFLOW_CREATION_OR_UPDATION_FAILED |
Title | Failed to create/update workflow |
Message | Failed to create/update workflow since given dataset(s) - {} are not owned by user {} for {} node. |
Description | Failed to create/update workflow due to unregistered dataset input passed for sync to s3 node in workflow. Please select registered datasets and try again. |
#
WF-1034Code | WF-1034 |
Class | MANIFEST_FILE_DOWNLOAD_FAILED |
Title | Failed to download manifest file of workflow execution |
Message | Failed to download workflow execution {} file. File not found in {} path. Please try again later! |
Description | Failed to download manifest file since file takes some time to get populated. Please try again after sometime. |
#
WF-1035Code | WF-1035 |
Class | WORKFLOW_CREATION_OR_UPDATION_FAILED |
Title | Failed to create/update workflow |
Message | Failed to create/update workflow since given dataset(s) - {} doesn't belong to {} domain for {} node. |
Description | Failed to create/update workflow due to invalid datasets input passed for sync to s3 node in workflow. Please select valid datasets(belonging to given dataset domain) and try again. |
#
WF-1036Code | WF-1036 |
Class | WORKFLOW_CREATION_OR_UPDATION_FAILED |
Title | Failed to create/update workflow |
Message | Failed to create/update workflow since registration is not complete for given dataset(s) - {} being used in {} node. Only datasets with RegistrationStatus as completed are supported |
Description | Failed to create/update workflow due to unregistered dataset input passed for a node in workflow.Please select registered datasets and try again. |
#
WF-1037Code | WF-1037 |
Class | WORKFLOW_UPDATION_FAILED |
Title | Failed to update workflow |
Message | Failed to update workflow since a cyclic dependency is being created as a parent workflow is being referenced as a child workflow in one of the updated workflow node(s) - {} |
Description | Failed to update workflow since a cyclic dependency is being created as a parent workflow is being referenced as a child workflow in an updated workflow node. |
#
WF-1038Code | WF-1038 |
Class | WORKFLOW_NOT_FOUND |
Title | Workflow not found |
Message | Workflow with id {} doesn't exists |
Description | Workflow not found |
#
WF-1039Code | WF-1039 |
Class | WORKFLOW_EXECUTION_NOT_FOUND |
Title | Workflow execution not found |
Message | Workflow execution with id {} doesn't exists |
Description | Workflow execution not found |