Guides

Error Codes

This page contains a comprehensive list of error codes, their corresponding HTTP statuses, messages, and detailed descriptions. These error codes act as unique identifiers for specific validation errors and can be used to diagnose and resolve issues effectively.

Validation Error

VLD-001

  • Message: Field is invalid.
  • Description: Field is invalid.

VLD-002

  • Message: Field is required.
  • Description: Field is required.

VLD-003

  • Message: Field is not a number.
  • Description: Field is not a number.

VLD-004

  • Message: Field is not text.
  • Description: Field is not text.

VLD-005

  • Message: String is too short.
  • Description: String is too short.

VLD-006

  • Message: String is too long.
  • Description: String is too long.

VLD-007

  • Message: Email is invalid.
  • Description: Email is invalid.

VLD-008

  • Message: Phone is invalid.
  • Description: Phone is invalid.

VLD-009

  • Message: UUID is invalid.
  • Description: UUID is invalid.

VLD-010

  • Message: Zip code is invalid.
  • Description: Zip code is invalid.

VLD-011

  • Message: Synerise password is invalid.
  • Description: Synerise password is invalid.

VLD-012

  • Message: File is too big.
  • Description: File is too big.

VLD-013

  • Message: File type is invalid.
  • Description: File type is invalid.

VLD-014

  • Message: Number is too big.
  • Description: Number is too big.

VLD-015

  • Message: Number is too small.
  • Description: Number is too small.

VLD-016

  • Message: Field must be an array.
  • Description: Field must be an array.

VLD-017

  • Message: Array contains an excluded value.
  • Description: Array contains an excluded value.

VLD-018

  • Message: Array item does not match any of the allowed types.
  • Description: Array item does not match any of the allowed types.

VLD-019

  • Message: Array does not contain the required values.
  • Description: Array does not contain the required values.

VLD-020

  • Message: Array is too long.
  • Description: Array is too long.

VLD-021

  • Message: Array is too short.
  • Description: Array is too short.

VLD-022

  • Message: Array does not match the expected length.
  • Description: Array does not match the expected length.

VLD-023

  • Message: Array is not sorted.
  • Description: Array is not sorted.

VLD-024

  • Message: Array contains incompatible types.
  • Description: Array contains incompatible types.

VLD-025

  • Message: Array cannot contain null.
  • Description: Array cannot contain null.

VLD-026

  • Message: Array items must be unique.
  • Description: Array items must be unique.

VLD-027

  • Message: Field is not allowed.
  • Description: Field is not allowed.

VLD-028

  • Message: Binary must be a buffer or a string.
  • Description: Binary must be a buffer or a string.

VLD-029

  • Message: Binary must be expected bytes.
  • Description: Binary must be expected bytes.

VLD-030

  • Message: Binary too big
  • Description: Binary too big

VLD-031

  • Message: Binary too small
  • Description: Binary too small

VLD-032

  • Message: Field must be a boolean.
  • Description: Field must be a boolean.

VLD-033

  • Message: Field must be a date.
  • Description: Field must be a date.

VLD-034

  • Message: Date does not match the expected format.
  • Description: Date does not match the expected format.

VLD-035

  • Message: Date must be later.
  • Description: Date must be later.

VLD-036

  • Message: Date must be earlier.
  • Description: Date must be earlier.

VLD-037

  • Message: Date must be earlier than or equal.
  • Description: Date must be earlier than or equal.

VLD-038

  • Message: Date must be later than or equal.
  • Description: Date must be later than or equal.

VLD-039

  • Message: Date must conform to ISO 8601.
  • Description: Date must conform to ISO 8601.

VLD-040

  • Message: Date must be a number of milliseconds.
  • Description: Date must be a number of milliseconds.

VLD-041

  • Message: Date must be a number of seconds.
  • Description: Date must be a number of seconds.

VLD-042

  • Message: Object assertion failed
  • Description: Object assertion failed

VLD-043

  • Message: Object type invalid
  • Description: Object type invalid

VLD-044

  • Message: Object does not have the required number of keys.
  • Description: Object does not have the required number of keys.

VLD-045

  • Message: Object has too many keys.
  • Description: Object has too many keys.

VLD-046

  • Message: Object does not have enough keys.
  • Description: Object does not have enough keys.

VLD-047

  • Message: Object has missing keys.
  • Description: Object does not contain all the required keys.

VLD-048

  • Message: Object has conflicting values.
  • Description: Object has conflicting values.

VLD-049

  • Message: Object keys do not match the pattern.
  • Description: Object keys do not match the pattern.

VLD-050

  • Message: Object is not a regular expression.
  • Description: Object is not a regular expression.

VLD-051

  • Message: Object has an unexpected property.
  • Description: Object has an unexpected property.

VLD-052

  • Message: A property that should be present at the same time as another one is missing.
  • Description: A property that should be present at the same time as another one is missing.

VLD-053

  • Message: Some mutually exclusive properties are present.
  • Description: Some mutually exclusive properties are present.

VLD-054

  • Message: Number cannot be infinite.
  • Description: Number cannot be infinite.

VLD-055

  • Message: Number must be an integer.
  • Description: Number must be an integer.

VLD-056

  • Message: Number must be a multiple of another number.
  • Description: Number must be a multiple of another number.

VLD-057

  • Message: Number must be negative.
  • Description: Number must be negative.

VLD-058

  • Message: Number must be a valid port number.
  • Description: Number must be a valid port number.

VLD-059

  • Message: Number must be a positive number.
  • Description: Number must be a positive number.

VLD-060

  • Message: Number precision is not correct.
  • Description: Number precision is not correct.

VLD-061

  • Message: Number must be a safe number.
  • Description: Number must be a safe number.

VLD-062

  • Message: String must only contain alpha-numeric characters.
  • Description: String must only contain alpha-numeric characters.

VLD-063

  • Message: String must be a valid base64 string.
  • Description: String must be a valid base64 string.

VLD-064

  • Message: String must be a credit card number.
  • Description: String must be a credit card number.

VLD-065

  • Message: String must be a valid dataUri string.
  • Description: String must be a valid dataUri string.

VLD-066

  • Message: String must contain a valid domain name.
  • Description: String must contain a valid domain name.

VLD-067

  • Message: String must be a valid email.
  • Description: String must be a valid email.

VLD-068

  • Message: String cannot be empty.
  • Description: String cannot be empty.

VLD-069

  • Message: String must be a valid GUID.
  • Description: String must be a valid GUID.

VLD-070

  • Message: String must only contain hexadecimal characters.
  • Description: String must only contain hexadecimal characters.

VLD-071

  • Message: String's hex-decoded representation must be byte-aligned.
  • Description: String's hex-decoded representation must be byte-aligned.

VLD-072

  • Message: String must be a valid hostname.
  • Description: String must be a valid hostname.

VLD-073

  • Message: String must be a valid IP address.
  • Description: String must be a valid IP address.

VLD-074

  • Message: String must be date with iso format
  • Description: String must be date with iso format

VLD-075

  • Message: String must be a valid ISO 8601 duration.
  • Description: String must be a valid ISO 8601 duration.

VLD-076

  • Message: String length must be a specified number of characters.
  • Description: String length must be a specified number of characters.

VLD-077

  • Message: String must only contain lowercase characters.
  • Description: String must only contain lowercase characters.

VLD-078

  • Message: String must be unicode-normalized.
  • Description: String must be unicode-normalized.

VLD-079

  • Message: String can only contain: a-z, A-Z, 0-9, and underscores (_).
  • Description: String can only contain: a-z, A-Z, 0-9, and underscores (_).

VLD-080

  • Message: String does not match the required pattern.
  • Description: String does not match the required pattern.

VLD-081

  • Message: The string contains whitespace characters around it.
  • Description: The string contains whitespace characters around it.

VLD-082

  • Message: String must be a valid URI.
  • Description: String must be a valid URI.

VLD-083

  • Message: String must be a valid relative URI.
  • Description: String must be a valid relative URI.

VLD-084

  • Message: String must only contain uppercase characters.
  • Description: String must only contain uppercase characters.

VLD-085

  • Message: One or more of the required headers was missing from the request.
  • Description: One or more of the required headers was missing from the request.

VLD-086

  • Message: Exceeded the limit of aggregates visible in Profiles.
  • Description: Exceeded the limit of aggregates visible in Profiles.

VLD-087

  • Message: Exceeded the limit of expressions visible in Profiles.
  • Description: Exceeded the limit of expressions visible in Profiles.

VLD-088

  • Message: Exceeded the limit of segmentations visible in Profiles.
  • Description: Exceeded the limit of segmentations visible in Profiles.

VLD-089

  • Message: Exceeded the limit of profile $resourceName (limit: $limit per request).
  • Description: Exceeded the limit of profile $resourceName (limit: $limit per request).

VLD-090

  • Message: Cannot convert object. Loop detected
  • Description: Cannot convert object. Loop detected

VLD-100

  • Message: Missing dependency in the config
  • Description: Missing dependency in the config

VLD-101

  • Message: Analysis does not have the provided dependency
  • Description: Analysis does not have provided dependency

VLD-102

  • Message: New dependency was not applied to the analysis
  • Description: New dependency was not applied to the analysis

VLD-103

  • Message: Old dependency was not removed from the analysis
  • Description: Old dependency was not removed from the analysis

VLD-104

  • Message: Parameter cannot be null.
  • Description: Parameter cannot be null.

VLD-105

  • Message: Subdomain is invalid.
  • Description: Subdomain is invalid.

VLD-106

  • Message: String is not internal url.
  • Description: String is not internal url.

VLD-107

  • Message: The month number must be between 1 and 12.
  • Description: The month number must be between 1 and 12.

VLD-108

  • Message: Url must use https protocol.
  • Description: Url must use https protocol.

VLD-109

  • Message: String is not valid url.
  • Description: String is not valid url.

VLD-110

  • Message: TEMPLATE_NOT_FOUND
  • Description: Template not found.

VLD-111

  • Message: TEMPLATE_REQUIRE_ONE_OF_TAGS
  • Description: Template require one of tags.

Custom Validation errors (BMV)

BMV-201

  • Message: Object of given ID not found
  • Description:

BMV-202

  • Message: Invalid basemodel_Id
  • Description:

BMV-203

  • Message: The provided value is not among the permitted options (Enum).
  • Description:

BMV-204

  • Message: Datasource doesn’t exist
  • Description:

BMV-205

  • Message: Joined datasource is not of attribute type
  • Description:

BMV-206

  • Message: Column doesn’t exist
  • Description:

BMV-207

  • Message: Attribute datasource not joined
  • Description:

BMV-208

  • Message: Found cycles in joins definitions
  • Description:

BMV-209

  • Message: Invalid column type
  • Description:

BMV-210

  • Message: Invalid character in the data source name
  • Description:

BMV-211

  • Message: Provided table doesn't exist
  • Description:

BMV-212

  • Message: Invalid connection params
  • Description:

BMV-213

  • Message: Join is not one to one
  • Description:

BMV-214

  • Message: Duplicated datasource names
  • Description:

BMV-215

  • Message: Binary operator not applicable
  • Description:

BMV-216

  • Message: Operands type don’t match
  • Description:

BMV-217

  • Message: Condition context out of datasource context
  • Description:

BMV-218

  • Message: Invalid connective
  • Description:

BMV-219

  • Message: Entry in use
  • Description:

BMV-220

  • Message: Schedule start time cannot be in the past
  • Description:

BMV-221

  • Message: Not supported schedule interval
  • Description:

BMV-222

  • Message: Condition context must have main entity
  • Description:

BMV-223

  • Message: DataSource name invalid
  • Description:

BMV-224

  • Message: Given database doesn’t exist
  • Description:

BMV-225

  • Message: Given schema doesn’t exist in the database
  • Description:

BMV-226

  • Message: Base settings missing for scenario
  • Description:

BMV-227

  • Message: Model is deactivated
  • Description:

BMV-228

  • Message: Timezone is missing
  • Description:

BMV-229

  • Message: (Target function) Operation not permitted
  • Description:

BMV-230

  • Message: (Target function) Incorrect target function
  • Description:

BMV-231

Message: Database {database_type} is not supported

Description

The error message "Database {database_type} is not supported" indicates that the application does not recognize or support the specified database type. This could happen for several reasons:

  • The {database_type} is not included in the list of databases officially supported by the system.
  • There is a typo or incorrect database type provided in the configuration or code.

Solution:

This is an internal communication issue, and the system cannot resolve it automatically. Please contact our support team with the details of the error message.

🔹 BAS Errors

BAS-103

  • Class: RandomDatabaseError
  • HTTP Status: 500

🗨️ Message

Random database error in the <placeholder> section.

📄 Description

Random database error in the <placeholder> section.

🛠 Solution

Please contact with our support


BAS-117

  • Class: NoMessageFromSchedulerError
  • HTTP Status: 502

🗨️ Message

SchedulerClient: No message from the subservice

📄 Description

SchedulerClient: No message from the subservice

🛠 Solution

Please contact with our support


BAS-118

  • Class: SchedulerClientReturnedError
  • HTTP Status: 500

🗨️ Message

SchedulerClient: Returned error - <placeholder>

📄 Description

SchedulerClient: Returned error - <placeholder>

🛠 Solution

Please contact with our support


BAS-121

  • Class: WarehousesNotAvailableError
  • HTTP Status: 400

🗨️ Message

Warehouses are available only on Snowflake

📄 Description

Warehouses are available only on Snowflake

🛠 Solution

Please contact with our support


🔹 BMB Errors

BMB-104

  • Class: PersistentObjectNotFoundError
  • HTTP Status: 500

🗨️ Message

No row exists for the primary key identifier associated with a persistent object <placeholder>.

📄 Description

No row exists for the primary key identifier associated with a persistent object <placeholder>.

🛠 Solution

Please contact with our support


BMB-105

  • Class: UniquenessViolationError
  • HTTP Status: 500

🗨️ Message

Violating uniqueness for id.

📄 Description

Violating uniqueness for id.

🛠 Solution

Please contact with our support


BMB-112

  • Class: ModelNotRemovableError
  • HTTP Status: 403

🗨️ Message

Model is not removable, the depentend objects exists

📄 Description

Model is not removable, the depentend objects exists

🛠 Solution

Please contact with our support


BMB-113

  • Class: ForbiddenModelUpdateError
  • HTTP Status: 403

🗨️ Message

Forbidden model update, activated model cannot be changed. Deactivate model first

📄 Description

Forbidden model update, activated model cannot be changed. Deactivate model first

🛠 Solution

Please contact with our support


BMB-114

  • Class: JobNotRunningError
  • HTTP Status: 403

🗨️ Message

Cannot cancel the job - the job doesn't have training / scoring status

📄 Description

Cannot cancel the job - the job doesn't have training / scoring status

🛠 Solution

Please contact with our support


BMB-120

  • Class: MissingRequiredSettingsError
  • HTTP Status: 400

🗨️ Message

Missing required settings: <placeholder>. Please provide all required settings and try again.

📄 Description

Missing required settings: <placeholder>. Please provide all required settings and try again.

🛠 Solution

Please contact with our support


🔹 BMD Errors

BMD-104

  • Class: PersistentObjectNotFoundError
  • HTTP Status: 500

🗨️ Message

No row exists for the primary key identifier associated with a persistent object <placeholder>.

📄 Description

No row exists for the primary key identifier associated with a persistent object <placeholder>.

🛠 Solution

Please contact with our support


BMD-105

  • Class: UniquenessViolationError
  • HTTP Status: 500

🗨️ Message

Violating uniqueness for id.

📄 Description

Violating uniqueness for id.

🛠 Solution

Please contact with our support


BMD-122

  • Class: BaseModelIdMismatchError
  • HTTP Status: 400

🗨️ Message

Endpoint path BaseModelId (<placeholder>) does not match the BaseModelId in body (<placeholder>).

📄 Description

Endpoint path BaseModelId (<placeholder>) does not match the BaseModelId in body (<placeholder>).

🛠 Solution

Please contact with our support


🔹 BMF Errors

BMF-104

  • Class: PersistentObjectNotFoundError
  • HTTP Status: 500

🗨️ Message

No row exists for the primary key identifier associated with a persistent object <placeholder>.

📄 Description

No row exists for the primary key identifier associated with a persistent object <placeholder>.

🛠 Solution

Please contact with our support


BMF-105

  • Class: UniquenessViolationError
  • HTTP Status: 500

🗨️ Message

Violating uniqueness for id.

📄 Description

Violating uniqueness for id.

🛠 Solution

Please contact with our support


BMF-106

  • Class: TrainedBaseModelMissingError
  • HTTP Status: 404

🗨️ Message

Trained base model missing.

📄 Description

Trained base model missing.

🛠 Solution

Please contact with our support


BMF-107

  • Class: TargetFunctionMissingError
  • HTTP Status: 404

🗨️ Message

Target function missing.

📄 Description

Target function missing.

🛠 Solution

Please contact with our support


BMF-108

  • Class: TargetFunctionNotValidatedError
  • HTTP Status: 400

🗨️ Message

Target function hasn't been validated.

📄 Description

Target function hasn't been validated.

🛠 Solution

Please contact with our support


BMF-109

  • Class: TargetFunctionValidationAlreadyRunningError
  • HTTP Status: 400

🗨️ Message

Target function validation is already running.

📄 Description

Target function validation is already running.

🛠 Solution

Please contact with our support


BMF-112

  • Class: ModelNotRemovableError
  • HTTP Status: 403

🗨️ Message

Model is not removable, the depentend objects exists

📄 Description

Model is not removable, the depentend objects exists

🛠 Solution

Please contact with our support


BMF-113

  • Class: ForbiddenModelUpdateError
  • HTTP Status: 403

🗨️ Message

Forbidden model update, activated model cannot be changed. Deactivate model first

📄 Description

Forbidden model update, activated model cannot be changed. Deactivate model first

🛠 Solution

Please contact with our support


BMF-114

  • Class: JobNotRunningError
  • HTTP Status: 403

🗨️ Message

Cannot cancel the job - the job doesn't have training / scoring status

📄 Description

Cannot cancel the job - the job doesn't have training / scoring status

🛠 Solution

Please contact with our support


BMF-119

  • Class: TargetFunctionValidationErrorsError
  • HTTP Status: 400

🗨️ Message

Errors occured during target function validation: <placeholder>.

📄 Description

Errors occured during target function validation: <placeholder>.

🛠 Solution

Please contact with our support


BMF-120

  • Class: MissingRequiredSettingsError
  • HTTP Status: 400

🗨️ Message

Missing required settings: <placeholder>. Please provide all required settings and try again.

📄 Description

Missing required settings: <placeholder>. Please provide all required settings and try again.

🛠 Solution

Please contact with our support


🔹 BMI Errors

BMI-104

  • Class: PersistentObjectNotFoundError
  • HTTP Status: 500

🗨️ Message

No row exists for the primary key identifier associated with a persistent object <placeholder>.

📄 Description

No row exists for the primary key identifier associated with a persistent object <placeholder>.

🛠 Solution

Please contact with our support


BMI-105

  • Class: UniquenessViolationError
  • HTTP Status: 500

🗨️ Message

Violating uniqueness for id.

📄 Description

Violating uniqueness for id.

🛠 Solution

Please contact with our support


BMI-110

  • Class: TrainedFineTunedModelMissingError
  • HTTP Status: 404

🗨️ Message

Trained fine tuned model missing

📄 Description

Trained fine tuned model missing

🛠 Solution

Please contact with our support


BMI-111

  • Class: MonthlyPredictionLimitReachedError
  • HTTP Status: 400

🗨️ Message

Monthly limit for generated predictions reached.

📄 Description

Monthly limit for generated predictions reached.

🛠 Solution

Please contact with our support


BMI-112

  • Class: ModelNotRemovableError
  • HTTP Status: 403

🗨️ Message

Model is not removable, the depentend objects exists

📄 Description

Model is not removable, the depentend objects exists

🛠 Solution

Please contact with our support


BMI-113

  • Class: ForbiddenModelUpdateError
  • HTTP Status: 403

🗨️ Message

Forbidden model update, activated model cannot be changed. Deactivate model first

📄 Description

Forbidden model update, activated model cannot be changed. Deactivate model first

🛠 Solution

Please contact with our support


BMI-114

  • Class: JobNotRunningError
  • HTTP Status: 403

🗨️ Message

Cannot cancel the job - the job doesn't have training / scoring status

📄 Description

Cannot cancel the job - the job doesn't have training / scoring status

🛠 Solution

Please contact with our support


BMI-120

  • Class: MissingRequiredSettingsError
  • HTTP Status: 400

🗨️ Message

Missing required settings: <placeholder>. Please provide all required settings and try again.

📄 Description

Missing required settings: <placeholder>. Please provide all required settings and try again.

🛠 Solution

Please contact with our support


🔹 BMQ Errors

BMQ-102

  • Class: AccessDeniedError
  • HTTP Status: 401

🗨️ Message

User has no access to <placeholder> OR underlying resources don't exist

📄 Description

User has no access to <placeholder> OR underlying resources don't exist

🛠 Solution

Please contact with our support


🔹 BMW Errors

BMW-104

  • Class: PersistentObjectNotFoundError
  • HTTP Status: 500

🗨️ Message

No row exists for the primary key identifier associated with a persistent object <placeholder>.

📄 Description

No row exists for the primary key identifier associated with a persistent object <placeholder>.

🛠 Solution

Please contact with our support


BMW-105

  • Class: UniquenessViolationError
  • HTTP Status: 500

🗨️ Message

Violating uniqueness for id.

📄 Description

Violating uniqueness for id.

🛠 Solution

Please contact with our support


BMW-115

  • Class: BackupStageNotAvailableError
  • HTTP Status: 400

🗨️ Message

Backup stage not available

📄 Description

Backup stage not available

🛠 Solution

Please contact with our support


BMW-116

  • Class: InsufficientBackupPermissionsError
  • HTTP Status: 403

🗨️ Message

Backup stage is available but app has insufficient permissions to perform backup

📄 Description

Backup stage is available but app has insufficient permissions to perform backup

🛠 Solution

Please contact with our support


🔹 ERR Errors

ERR-005

  • Class: NotFoundError
  • HTTP Status: 404

🗨️ Message

Object(s) <placeholder> not found

📄 Description

Object(s) <placeholder> not found

🛠 Solution

Please contact with our support


ERR-033

  • Class: SchedulerServiceUnavailableError
  • HTTP Status: 503

🗨️ Message

Scheduler service unavailable - when trying to connect with Scheduler Application max retries reached

📄 Description

Scheduler service unavailable - when trying to connect with Scheduler Application max retries reached

🛠 Solution

Please contact with our support


ERR-059

  • Class: ConnectionTimeoutError
  • HTTP Status: 408

🗨️ Message

Connection timeout - when trying to connect with Scheduler Application max retries reached

📄 Description

Connection timeout - when trying to connect with Scheduler Application max retries reached

🛠 Solution

Please contact with our support