Skip to content

Data Sources (BMD)

Code Message
BMD-101 Validation errors in the datasources section
BMD-102 User has no access to the underlying access OR the table doesn't exist
BMD-103 Random database error in the datasource section
BMD-104 Database integrity error

Base Models (BMB)

Code Message
BMB-101 Validation errors in the base models section
BMB-103 Random database error in the base models section
BMB-104 Database integrity error

Scenarios (BMS)

Code Message
BMS-101 Validation errors in the scenarios section
BMS-103 Random database error in the scenarios section
BMS-104 Database integrity error
BMS-113 Target function invalid

Jobs (BMJ)

Code Message
BMJ-104 Database integrity error
BMJ-106 Job doesn't have training status

Data Schemas & Data Samples (BMQ)

Code Message
BMQ-101 Validation errors in the data schemas or samples section
BMQ-103 Random database error in the data schemas or samples section
BMQ-106 Provided table not exists

Schedules (BMX)

Code Message
BMX-106 Trained base model missing
BMX-107 Target function missing
BMX-108 Target function hasn't been validated
BMX-109 Errors occurred during target validation
BMX-110 Trained scenario missing
BMX-111 Model or scenario is deactivated
BMX-112 Monthly limit for generated predictions reached
BMX-113 Target function validation is already running

Custom Validation errors (BMV)

Code Message
BMV-201 Object of given ID not found
BMV-202 Invalid basemodel_Id
BMV-203 The provided value is not among the permitted options (Enum).
BMV-204 Datasource doesn't exist
BMV-205 Joined datasource is not of attribute type
BMV-206 Column doesn't exist
BMV-207 Attribute datasource not joined
BMV-208 Found cycles in joins definitions
BMV-209 Invalid column type
BMV-210 Invalid character in the data source name
BMV-211 Provided table doesn't exist
BMV-212 Invalid connection params
BMV-213 Join is not one to one
BMV-214 Duplicated datasource names
BMV-215 Binary operator not applicable
BMV-216 Operands type don't match
BMV-217 Condition context out of datasource context
BMV-218 Invalid connective
BMV-219 Entry in use
BMV-220 Schedule start time cannot be in the past
BMV-221 Not supported schedule interval
BMV-222 Condition context must have main entity
BMV-223 DataSource name invalid
BMV-224 Given database doesn't exist
BMV-225 Given schema doesn't exist in the database
BMV-226 Base settings missing for scenario
BMV-227 Model is deactivated
BMV-228 Timezone is missing
BMV-229 (Target function) Operation not permitted
BMV-230 (Target function) Incorrect target function
BMV-231 Database {database_type} is not supported

Backup (BMW)

Code Message
BMW-102 Backup with given ID not found
BMW-103 Stage integrity error: Found multiple backups with given ID. Check the contents of your stage and remove duplicates.
BMW-107 Backup stage not available
BMW-108 Backup stage is available but app has insufficient permissions to perform backup

Schedules (BMP as schedule → plan)

Code Message
BMP-104 Database integrity error: violating uniqueness for id in schedules section
BMP-105 Database integrity error: no row exists for the primary key identifier associated with a persistent object in schedules section

General (BAS)

Code Message
BAS-106 Database integrity error: Entries with given ids already exist in database
BAS-107 Scheduler returns 500
BAS-108 Schedule for the given base_model_id already exists.

Validation Error

Code Message
VLD-001 Field is invalid.
VLD-002 Field is required.
VLD-003 Field is not a number.
VLD-004 Field is not text.
VLD-005 String is too short.
VLD-006 String is too long.
VLD-007 Email is invalid.
VLD-008 Phone is invalid.
VLD-009 UUID is invalid.
VLD-010 Zip code is invalid.
VLD-012 File is too big.
VLD-013 File type is invalid.
VLD-014 Number is too big.
VLD-015 Number is too small.
VLD-016 Field must be an array.
VLD-017 Array contains an excluded value.
VLD-018 Array item does not match any of the allowed types.
VLD-019 Array does not contain the required values.
VLD-020 Array is too long.
VLD-021 Array is too short.
VLD-022 Array does not match the expected length.
VLD-023 Array is not sorted.
VLD-024 Array contains incompatible types.
VLD-025 Array cannot contain null.
VLD-026 Array items must be unique.
VLD-027 Field is not allowed.
VLD-028 Binary must be a buffer or a string.
VLD-029 Binary must be expected bytes.
VLD-030 Binary too big
VLD-031 Binary too small
VLD-032 Field must be a boolean.
VLD-033 Field must be a date.
VLD-034 Date does not match the expected format.
VLD-035 Date must be later.
VLD-036 Date must be earlier.
VLD-037 Date must be earlier than or equal.
VLD-038 Date must be later than or equal.
VLD-039 Date must conform to ISO 8601.
VLD-040 Date must be a number of milliseconds.
VLD-041 Date must be a number of seconds.
VLD-042 Object assertion failed
VLD-043 Object type invalid
VLD-044 Object does not have the required number of keys.
VLD-045 Object has too many keys.
VLD-046 Object does not have enough keys.
VLD-047 Object has missing keys.
VLD-048 Object has conflicting values.
VLD-049 Object keys do not match the pattern.
VLD-050 Object is not a regular expression.
VLD-051 Object has an unexpected property.
VLD-052 A property that should be present at the same time as another one is missing.
VLD-053 Some mutually exclusive properties are present.
VLD-054 Number cannot be infinite.
VLD-055 Number must be an integer.
VLD-056 Number must be a multiple of another number.
VLD-057 Number must be negative.
VLD-058 Number must be a valid port number.
VLD-059 Number must be a positive number.
VLD-060 Number precision is not correct.
VLD-061 Number must be a safe number.
VLD-062 String must only contain alpha-numeric characters.
VLD-063 String must be a valid base64 string.
VLD-064 String must be a credit card number.
VLD-065 String must be a valid dataUri string.
VLD-066 String must contain a valid domain name.
VLD-067 String must be a valid email.
VLD-068 String cannot be empty.
VLD-069 String must be a valid GUID.
VLD-070 String must only contain hexadecimal characters.
VLD-071 String's hex-decoded representation must be byte-aligned.
VLD-072 String must be a valid hostname.
VLD-073 String must be a valid IP address.
VLD-074 String must be date with iso format
VLD-075 String must be a valid ISO 8601 duration.
VLD-076 String length must be a specified number of characters.
VLD-077 String must only contain lowercase characters.
VLD-078 String must be unicode-normalized.
VLD-079 String can only contain: a-z, A-Z, 0-9, and underscores (_).
VLD-080 String does not match the required pattern.
VLD-081 The string contains whitespace characters around it.
VLD-082 String must be a valid URI.
VLD-083 String must be a valid relative URI.
VLD-084 String must only contain uppercase characters.
VLD-085 One or more of the required headers was missing from the request.
VLD-089 Exceeded the limit of profile $resourceName (limit: $limit per request).
VLD-090 Cannot convert object. Loop detected
VLD-100 Missing dependency in the config
VLD-101 Analysis does not have the provided dependency
VLD-102 New dependency was not applied to the analysis
VLD-103 Old dependency was not removed from the analysis
VLD-104 Parameter cannot be null.
VLD-105 Subdomain is invalid.
VLD-106 String is not internal url.
VLD-107 The month number must be between 1 and 12.
VLD-108 Url must use https protocol.
VLD-109 String is not valid url.
VLD-110 TEMPLATE_NOT_FOUND
VLD-111 TEMPLATE_REQUIRE_ONE_OF_TAGS