Skip to main content
Error codes follow the format DCS-<component>-<category>-<number>. Each code is accompanied by a short name and a human-readable message.

SDK user errors

Errors caused by invalid configuration or input provided to the SDK.
CodeNameMessage
DCS-SDK-USER-001SDK_SOURCE_TARGET_MISSINGSource or target columns are missing.
DCS-SDK-USER-002SDK_UNSUPPORTED_PKUnsupported primary key.
DCS-SDK-USER-003SDK_COLUMN_NOT_FOUNDColumn not found in source or target.
DCS-SDK-USER-004SDK_INVALID_FILTERInvalid filter query provided.
DCS-SDK-USER-005SDK_INVALID_TRANSFORMATIONInvalid transformation rule.
DCS-SDK-USER-006SDK_TRIM_INTCannot apply trim on integer columns.
DCS-SDK-USER-007DB_CREDENTIAL_ERRORAuthentication failed. Please check your credentials.

SDK extraction errors

Errors encountered when the SDK attempts to connect to or read from a database.
CodeNameMessage
DCS-SDK-EXTR-003DB_HOST_UNREACHABLEDatabase host could not be reached.
DCS-SDK-EXTR-004DB_CONNECTION_TIMEOUTConnection to the database timed out.
DCS-SDK-EXTR-005DB_DRIVER_ERRORDatabase driver configuration issue.
DCS-SDK-EXTR-006DB_NOT_FOUNDTarget database does not exist.
DCS-SDK-EXTR-007DB_SCHEMA_NOT_FOUNDThe specified schema could not be found.
DCS-SDK-EXTR-008DB_PERMISSION_DENIEDYou don’t have permission to access the resource.

Job errors

Errors that occur during job creation or execution.
CodeNameMessage
DCS-JOB-COMM-001JOB_HTTP_ERRORFailed to create job due to connection error.
DCS-JOB-EXTR-001JOB_DATASOURCE_ERRORDatasource connection error while creating job.

Datasource errors

Errors related to datasource connectivity and access.
CodeNameMessage
DCS-SBR-USER-001DS_CREDENTIAL_ERRORInvalid datasource credentials.
DCS-SBR-USER-002DS_PERMISSION_ERRORInsufficient permissions for datasource.
DCS-SBR-EXTR-001DS_DB_NOT_FOUNDDatasource database not found.
DCS-SBR-EXTR-002DS_SCHEMA_NOT_FOUNDDatasource schema not found.
DCS-SBR-EXTR-003DS_HOST_RESOLVE_ERRORDatasource host could not be resolved.

Generic errors

CodeNameMessage
DCS-COM-COMM-000UNKNOWN_ERRORAn unknown error occurred.