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.

Data Sources (BMD)

BMD-101

  • Message: Validation errors in the datasources section
  • Description:

BMD-102

  • Message: User has no access to the underlying access OR the table doesn’t exist
  • Description:

BMD-103

  • Message: Random database error in the datasource section
  • Description:

BMD-104

  • Message: Database integrity error
  • Description:

Base Models (BMB)

BMB-101

  • Message: Validation errors in the base models section
  • Description:

BMB-103

  • Message: Random database error in the base models section
  • Description:

BMB-104

  • Message: Database integrity error
  • Description:

Scenarios (BMS)

BMS-101

  • Message: Validation errors in the scenarios section
  • Description:

BMS-103

  • Message: Random database error in the scenarios section
  • Description:

BMS-104

  • Message: Database integrity error
  • Description:

BMS-113

  • Message: Target function invalid
  • Description:

Jobs (BMJ)

BMJ-104

  • Message: Database integrity error
  • Description:

BMJ-106

  • Message: Job doesn’t have training status
  • Description:

Data Schemas & Data Samples (BMQ)

BMQ-101

  • Message: Validation errors in the data schemas or samples section
  • Description:

BMQ-103

  • Message: Random database error in the data schemas or samples section
  • Description:

BMQ-106

  • Message: Provided table not exists
  • Description:

Schedules (BMX)

BMX-106

  • Message: Trained base model missing
  • Description:

BMX-107

  • Message: Target function missing
  • Description:

BMX-108

  • Message: Target function hasn’t been validated
  • Description:

BMX-109

  • Message: Errors occurred during target validation
  • Description:

BMX-110

  • Message: Trained scenario missing
  • Description:

BMX-111

  • Message: Model or scenario is deactivated
  • Description:

BMX-112

  • Message: Monthly limit for generated predictions reached
  • Description:

BMX-113

  • Message: Target function validation is already running
  • Description:

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.

Backup (BMW)

BMW-102

  • Message: Backup with given ID not found
  • Description:

BMW-103

  • Message: Stage integrity error: Found multiple backups with given ID. Check the contents of your stage and remove duplicates.
  • Description:

BMW-107

  • Message: Backup stage not available
  • Description:

BMW-108

  • Message: Backup stage is available but app has insufficient permissions to perform backup
  • Description:

Schedules (BMP as schedule → plan)

BMP-104

  • Message: Database integrity error: violating uniqueness for id in schedules section
  • Description:

BMP-105

  • Message: Database integrity error: no row exists for the primary key identifier associated with a persistent object in schedules section
  • Description:

General (BAS)

BAS-106

  • Message: Database integrity error: Entries with given ids already exist in database
  • Description:

BAS-107

  • Message: Scheduler returns 500
  • Description:

BAS-108

  • Message: Schedule for the given base_model_id already exists.
  • Description: