Error Messages and Their Meanings

  • { “KV1001”, “{0} visibility condition operator is missing.” },

KV1001 is the error message that states that the visibility condition is missing in the elements added in the error message. That is, a condition that defines when a particular component should be visible or hidden is missing. Error codes are not displayed to users.

  • { “KV1002”, “The action {0} no longer exists.”},

This error indicates that a specific action cannot be found in the project. That is, this action is not part of the project.

  • { “KV1003”, “Target component no longer exists.” },

This error indicates that a targeted component was not found during an operation. That is, the targeted component for performing a specific operation is missing.

  • { “KV1004”, “The value is missing.” },

This error indicates that a certain value is required and that this value is missing. The user is prompted to enter or provide this value.

  • { “KV1005”, “Selected component no longer exists.” },

This error indicates that a specific component cannot be selected or cannot be found in the project. The user receives this error when they cannot select the component they want to operate on.

  • { “KV1006”, “” },

This error message description is empty and contains no specific description.

  • { “KV1007”, “” },

This error message description is empty and contains no specific description.

  • { “KV1008”, “Target field ‘{1}’ of action ‘{0}’ no longer exists.” },

This error indicates that a specific field of a specific action cannot be found in the project and that this field requested from the user is missing.

  • { “KV1009”, “” },

This error message description is empty and contains no specific description.

  • { “KV1010”, “” },

This error message description is empty and contains no specific description.

  • { “KV1011”, “Target event ‘{0}’ no longer exists.” },

This error indicates that a specific event was not found in the project and this event is needed.

  • { “KV1012”, “Parameter ‘{0}’ value is missing.” },

This error indicates that the value of a specific parameter is missing and the user must provide that parameter value.

  • { “KV1013”, “The action ‘{1}’ must be called before the action ‘{0}’.” },

This error indicates that a certain action should be called before another action and this ordering is missing.

  • { “KV1014”, “Target screen no longer exists.” }

This error indicates that a specific screen could not be found in the project and that this screen is required.

  • { “KV1015”, “” },

This error message description is empty and contains no specific description.

  • { “KV1016”, “” }

This error message description is empty and contains no specific explanation.

  • { “KV1017”, “Parameter ‘{0}’ of screen ‘{1}’ no longer exists.” }

This error indicates that a specific parameter of a specific screen cannot be found. It refers to the case where the parameter requested from the user is missing.

  • { “KV1018”, “Project must have starting screen.” },

This error indicates that the project needs a start screen and this screen is missing.KV1018 is the error message received when the start screen is not selected when the application is previewed in the application developed on the Platform. It is important to select the start screens in projects.

  • { “KV1019”, “Reset password screen must allow anonymous access.” },

This error indicates that the password reset screen must have anonymous access authorization and this requirement is not met.

  • { “KV1020”, “The process decision node needs a condition to execute.” },

This error indicates that a condition is missing in the workflow decision node. That is, a condition is missing that defines how a particular workflow step is to be routed.

  • { “KV1021”, “The process gateway node needs at least one output arrow or forward.” },

This error indicates that the workflow gateway node needs at least one exit arrow or forward. That is, that this node needs to be redirected to another step in the process.

  • { “KV1022”, “The process gateway node needs at least one input arrow or forward.” },

This error indicates that the workflow gateway node needs at least one input arrow or forward. That is, that this node needs to receive an input during the process.

  • { “KV1023”, “The process step node needs at least one output forward.”},

This error indicates that the workflow step node needs at least one exit. That is, that this step needs to redirect to an exit during processing.

  • { “KV1024”, “The process step node needs at least one input arrow or forward.” },

This error indicates that the workflow step node needs at least one input. That is, that this step needs to receive an input during processing.

  • { “KV1025”, “The process step node needs to StepType.” },

This error indicates that a type has not been selected for the workflow step. The user is prompted to select the type of this step.

  • { “KV1026”, “The process step node needs default task screen.” },

This error indicates that the page information for the workflow step is required and missing. The user is prompted to provide this information.

  • { “KV1027”, “The ‘{0}’ node needs at least one arrow.” },

This error indicates that a particular workflow step needs at least one arrow. That is, this step needs to be guided by one or more arrows in the process.

  • { “KV1028”, “‘{0}’ node does not exist in process” },

This error indicates that a specific workflow step cannot be found in the project and that step is missing.

  • { “KV1029”, “‘Step’ node does not exist in process.” },

This error indicates that a node named “Step” does not exist in the specified process.

  • { “KV1030”, “‘{0}’ node name does not exist in process.” },

This error indicates that the specified button named “{0}” does not exist in a given process. “{0}” is a custom button name entered by the user.

  • { “KV1031”, “Stripe settings are missing. It should be defined in the configuration manager.” }

This error indicates that the settings required for Stripe payment processing are missing in the configuration manager.

  • { “KV1032”, “Google login options are missing. It should be defined in the configuration manager.” },

This error indicates that login options with Google are missing in the configuration manager.

  • { “KV1033”, “Facebook login options are missing. It should be defined in the configuration manager.” },

This error indicates that Facebook login options are missing in the configuration manager.The error message with the code KV1033 indicates that there is missing information in the Facebook login settings and/or correct definitions must be made in the Configuration Manager Backend Swagger definitions.

  • { “KV1034”, “Android push notification options are missing. It should be defined in the configuration manager.” },

This error indicates that the notification options for Android are missing in the configuration manager.The error message with code KV1034 is the message indicating that there is missing or incorrect information in the Android notification settings and that the correct definitions must be made in Configuration Manager.

  • { “KV1035”, “IOS push notification options are missing. It should be defined in the configuration manager.” },

This error indicates that the notification options for iOS are missing in the configuration manager.The error message with the code KV1035 is the message indicating that there is missing or incorrect information in the IOS notification settings and that the correct definitions must be made in Configuration Manager.

  • { “KV1036”, “Bundle Id is undefined for Android. It should be defined in the configuration manager.” },

This error indicates that the Bundle Id for the Android app is not defined in the configuration manager. The user encounters this error if the bundle Id information is missing in Configuration Manager>Preview Android App>Bundle ID. The error message coded KV1036 is an error message in Configuration Manager stating that Bundle Id information is not entered in Android configuration settings. You can resolve the error by entering Bundle Id information.

  • { “KV1037”, “Bundle Id is undefined for IOS. It should be defined in the configuration manager.”},

This error indicates that the Bundle Id for the iOS app is not defined in the configuration manager.The error message with code KV1037 is an error message in Configuration Manager indicating that Bundle Id information is not entered in the iOS configuration settings. You can resolve the error by entering Bundle Id information.

  • { “KV1038”, “LDAP settings cannot be used in preview. It can be used only for other options including ‘Download source code’ and ‘Send executables’.” },

This error indicates that LDAP settings can only be used for certain operations and cannot be used during preview.

  • { “KV1039”, “There is no any application defined with provided bunle id ‘{0}’ on Appstore connect. Please check configuration of your application on appstore connect and configuration manager.” },

This error indicates that an app registered in Appstore Connect with the given Bundle Id cannot be found and encourages to check for configuration issues.

  • { “KV1040”, “Password is missing. Please enter password.” },

This error indicates that the user must enter a password. The error message with the code KV1040 is the error message that comes when the user forgets to enter his/her password. The error code cannot be displayed on the user's screen.

  • { “KV1142”, “Screen that has a Verification Screen role must exists when screen is not anonymous” },

This error indicates that the specified password hash is not the expected length.

  • { “KV1143”, “No action named ‘{0}’ was found on the page.”},

This error indicates that the user must enter a username.

  • { “KV1144”, “The ‘{0}’ parameter value for the ‘{1}’ action was not found.” },

This error indicates that the user needs to check that the information provided is correct.

  • { “KV1045”, “Your password is not correct.” },

This error indicates that the password entered by the user is not correct. The error message with the code KV1045 is the error message that comes when the user enters the password incorrectly. The error code cannot be displayed on the user's screen.

  • { “KV1046”, “Passwords don't match. You should enter same password.” },

This error indicates that the user needs to match two passwords, usually during the password renewal or new password creation process, the user is asked to enter passwords twice. The error message with the code KV1046 is the error message that comes when one of the entered passwords does not match the other password.

  • { “KV1147”, “Choose a date format for the datetime component ‘{0}’” },

This error indicates that the user's verification code is incorrect.

  • { “KV1148”, “Names must start with a letter and can only contain letters, _ and numbers.” },

This error indicates that the specified username is already in use and another username must be selected.

  • { “KV1049”, “The username or password is incorrect.” },

The error message with the code KV1049 is the error message that comes when the user enters the password and/or username incorrectly.

  • { “KV1050”, “Your account has been locked. Try to login after {0} minutes.” },

This error indicates that the user's account has been temporarily locked and they must log in again for the specified period of time.

  • { “KV1051”, “Invalid refresh token” },

This error indicates that the user's session has expired and they need to log in again. When the account used while using the platform is logged in on a different device at the same time, the error message KV1051 appears on the screen of the first person to log in and the user is kicked off the platform. The last logged in user continues to work on the platform.

  • { “KV1052”, “Email could not send. Receivers: {0}. Cc: {1}. Bcc: {2}.” },

This error indicates that an error occurred during the email sending process and provides information about specified recipients, duplicate recipients or hidden recipients.

  • { “KV1053”, “‘graphToken’ claim is missing. Contact your system administrator.” },

This error indicates that the user requires a valid “graphToken” when trying to log in, but it is missing and should contact the system administrator.

  • { “KV1054”, “Invalid token.” },

This error indicates that the user requires a valid “graphToken” when trying to log in, but it is missing and should contact the system administrator.

  • { “KV1055”, “Unauthorized api call: {0}” },

This error indicates that the user is not authorized to make a specific API call and the name of the requested API call.

  • { “KV1056”, “Unauthorized for domain: {0}” },

This error indicates that the user is not authorized for a specific domain and the domain name.

  • { “KV1057”, “Unauthorized for project: {0}” },

This error indicates that the user is not authorized to access a specific project and the name of the project.

  • { “KV1058”, “Please be sure that the provided role information is correct.” },

This error indicates that the user has entered missing or incorrect information required by a specific role.

  • { “KV1059”, “Field name is required” },

This error indicates that the user must enter a field name.

  • { “KV1060”, “Sql Command must not contain same field name: {0}.” },

This error indicates that the same field name should not be used more than once in the SQL command. For example, this error is returned if the common “Id” value has the same name when “select” is taken from two tables. This error is fixed if a different nomenclature is given in a table instead of “Id”.

  • { “KV1061”, “Template name is missing.” },

This error indicates that the user must enter a template name.

  • { “KV1062”, “Template name {0} is already taken.” },

This error indicates that the specified template name is used by another user.

  • { “KV1063”, “Template is not found.” },

This error indicates that the specified template does not exist.

  • { KV1064", ”Command line process received some errors: {0}” },

This error indicates that errors occurred during the command line process and gives a description of these errors.

  • { “KV1065”, “Something went wrong but we don't know what it could be, if you hit this line, please examine this error.” },

This error indicates that an unexpected error condition was encountered and further investigation is required to determine the cause of the error.

  • { “KV1066”, “Project must have verification screen” },

This error indicates that a verification screen is needed for a project to run.

  • { “KV1067”, “Verification screen must allow anonymous access”},

This error indicates that a verification screen must be accessible by anonymous users.

  • { “KV1068”, “Signin screen must allow anonymous access”},

This error indicates that a login screen should be accessible by anonymous users. KV1068 is the error message given when anonymous access authorization is not active when Sign in screens are used. Authorization > Anonymous Access must be turned on to resolve this error code.

  • { “KV1069”, “Forgot password screen must allow anonymous access”},

This error indicates that the Forgot Password screen should only be accessible by anonymous users. Error message KV1069 is encountered in cases where anonymous access is not authorized on the Forgot Password screen. Authorization >Anonymous Access switch must be active to fix this error.

  • { “KV1070”, “E-Mail is invalid.” },

KV1070 is an error message stating that the e-mail address entered by the user is an invalid address and that there is no such e-mail address.

  • { “KV1071”, “The expected type of the parameter ‘{0}’ and the type entered do not match. Expected type: '{1}', entered type: '{2}'."},

Error message KV1071 The expected type of the parameter '{0}' does not match the entered type. Expected type: '{1}', entered type: '{2}' is the type mismatch error message that occurs in the parameters entered by the user. For example, if you select guid in the string field, it gives the error.

  • { “KV1072”, “Backend is not compatible. Please update backend."},

This error indicates that the backend used is incompatible and needs to be updated.

  • { “KV1073”, “Set Password.”},

This error indicates that the user must set a new password.

  • { “KV1074”, “Reset Password.”},

This error indicates that the user needs to reset their password.

  • { “KV1080”, “Select backend from configuration manager.”},

This error indicates that the user needs to select a backend and should use the configuration manager for that.

  • { “KV1081”, “The new password cannot be the same as the old password.” },

This error indicates that the user's new password cannot be the same as the old password.

  • { “KV1082”, “Table name {0} is reserved key. Please enter another name.” },

This error indicates that the name the user entered for a specific table is a reserved key and should use another name.

  • { “KV1083”, “Column name {0} is reserved key. Please enter another name.” },

This error indicates that the name the user entered for a specific column is a reserved key and should use another name.

  • { “KV1084”, “The data source named ‘{0}’ already exists.”},

This error indicates that when the user wants to create a specific data source, a data source with the same name already exists.

  • { “KV1085”, “The action named ‘{0}’ already exists.”},

This error indicates that when the user wants to create a specific action, an action with the same name already exists.

  • { “KV1086”, “{0} is used in the {1} screen, so {0} was not deleted.”},

This error indicates that a specific component or name is used in another screen and therefore cannot be deleted.

  • { “KV1087”, “Datasource created by default (managed datasource) cannot be deleted.”},

This error indicates that a data source created by default cannot be deleted.

  • { “KV1088”, “This data source cannot be deleted because some actions of the data source are used in the project.”},

This error indicates that a specific data source is used by actions used in the project and therefore cannot be deleted.

  • { “KV1089”, “Column name {0} is already used at same table. Please enter another name."},

This error indicates that a particular table has another column with the same name and a different name should be used.

  • { “KV1090”, “Serial number is missing.”},

“Serial number missing.” - This error indicates that a serial number is required.

  • { “KV1091”, “Telematics Id is missing.”}

This error indicates that a telematics ID is required.

  • { “KV1092”, “Project must have new password screen.” },

This error indicates that a new password screen is needed for a project to work.

  • { “KV1093”, “Offline screen must allow anonymous access.” },

This error indicates that an offline screen should only be accessible by anonymous users.

  • { “KV1094”, “{0} action cannot be used on the offline screen”},

This error indicates that a specific action cannot be used on an offline screen.

  • { “KV1095”, “Password must contain alphanumeric characters”},

This error indicates that the user's password must contain at least one alpha and one digit.

  • { “KV1096”, “Password must contain at least {0} digits”},

This error indicates that the user's password should contain the specified amount of digits.

  • { “KV1097”, “Password should not contain your ‘{0}’”},

This error indicates that the user's password cannot contain the specified word or character.

  • { “KV1098”, “Password must not contain ‘{0}’”},

This error indicates that the user's password cannot contain the specified word or character.

  • { “KV1099”, “Your password can not be same as with your last {0} passwords”},

This error indicates that the user cannot use the same password as the last certain number of previous passwords.

  • { “KV1100”, “Password length must be between {0}”},

This error indicates that the user's password must be within the specified length range.

  • { “KV1101”, “Password length must be at least {0}”},

This error indicates that the user's password must be the specified minimum length.

  • { “KV1102”, “Password length must not exceed {0}”},

This error indicates that the user's password cannot exceed the specified maximum length.

  • { “KV1103”, “Password must contain at least {0} lowercase characters”},

This error indicates that the user's password must contain the specified amount of lowercase letters.

  • { “KV1104”, “Your password is going to expire today”},

This error indicates that the user's password is going to expire today.

  • { “KV1105”, “Your password going to expire in {0} days”},

This error indicates that the user's password will expire within the specified period.

  • { “KV1106”, “Your password has expired”},

This error indicates that the user's password has expired.

  • { “KV1107”, “You can change your password {0} days after your previous password change”},

This error indicates that the user can set a new password after the specified time from the previous password.

  • { “KV1108”, “Password must not contain recurring characters more than {0} times”},

This error indicates that the user's password cannot contain more than the specified number of repetitions of certain characters.

  • { “KV1109”, “Password must not contain more than {0} sequential digits”},

This error indicates that the user cannot include more than a certain number of sequential digits in their password.

  • { “KV1110”, “Password must not contain more than {0} sequential characters”},

This error indicates that the user's password must contain the specified number of special characters.

  • { “KV1111”, “Password must contain at least {0} special characters”},

This error indicates that the user's password must contain the specified number of special characters.

  • { “KV1112”, “Password must contain at least {0} uppercase characters”},

This error indicates that the user's password must contain the specified amount of uppercase letters.

  • { “KV1113”, “Reset your password”},

This error indicates that the user needs to reset their password.

  • { “KV1114”, “Verify Your Email Address”},

This error indicates that the user needs to verify their email address.

  • { “KV1115”, “Password change is not possible due to to logging in with another provider”},

This error indicates that the user cannot change the password because they are logged in with another identity provider.

  • { “KV1116”, “User information not found”},

This error indicates that a specific user's information could not be found in the system.

  • { “KV1117”, “Component ‘{0}’ is not supported in ios/android mobile apps”},

This error indicates that the specified component is not supported in iOS or Android mobile apps.

  • { “KV1118”, “Type name ‘{0}’ is reserved key. Please enter another name.” },

This error indicates that the specified type name is a reserved key and a different name should be used.

  • { “KV1119”, “The validation message is missing.” },

This error indicates that a validation communication is missing.

  • { “KV1120”, “Action ‘{0}’ is not supported in ios/android mobile apps” },

This error indicates that the specified action is not supported in iOS or Android mobile apps.

  • { “KV1121”, “Connection String should not be empty” },

This error indicates that a connection string should not be empty.

  • { “KV1122”, “The IOS new build has not been added to the queue because it is a previously joined build.” },

This error indicates that a specific iOS new build was not added to the queue because it was not part of a previously joined build.

  • { “KV1123”, “Due to the changes made, the backend service needs to be updated.” },

This error indicates that the backend service needs to be updated due to changes made to its system.

  • { “KV1125”, “Parameter ‘{0}’ of report ‘{1}’ no longer exists.” },

This error indicates that the parameter specified in a particular report is no longer available.

  • { “KV1126”, “{0} is used in the {1} (Scheduled Jobs), so {0} was not deleted.”},

This error indicates that a specific element was not deleted because it was used in the specified location.

  • { “KV1127”, “{0} is used in the {1} (Api Builder), so {0} was not deleted.”},

This error indicates that a specific item was not deleted because it was used in the specified location.

  • { “KV1128”, “{0} is used in the {1} (Process Automation), so {0} was not deleted.”},

This error indicates that a specific item was not deleted because it was used in the specified location.

  • {“KV1129”, “User is already enabled”},

This error indicates that a specific user is already enabled.

  • { “KV1130”, “User is already disabled”},

This error indicates that a specific user is already disabled.

  • { “KV1131”, “Android Bundle Id cannot contain Java keywords ‘{0}’”},

This error indicates that the specified Android package ID cannot contain certain Java keywords.

  • { “KV1132”, “Process parameter ‘{0}’ is no longer exist, it's value can't be used.”},

This error indicates that a specific process parameter is no longer available and its value cannot be used.

  • { “KV1133”, “Session user cannot deactivate herself/himself.”},

This error indicates that a session user cannot disable itself.

  • { “KV1134”, “Api Parameter ‘{0}’ of method ‘{1}’ is no longer exist, it's value can't be used”},

This error indicates that the specified parameter of a specific method is no longer available and its value cannot be used.

  • { “KV1135”, “Datasource action with name ‘{0}’ could not be found” },

This error indicates that a specified data source action could not be found.

  • { “KV1136”, “Screen that has a Signin Screen role must exists when screen is not anonymous” }

This error indicates that a particular screen must exist in a state where the screen is not anonymous.

  • { “KV1137”, “{0} action condition operator is missing” }

This error indicates that a specific action is missing a condition operator.

  • { “KV1138”, “Two factor authentication provider is not found.” },

This error indicates that the two-factor authentication provider could not be found.

  • { “KV1139”, “You cannot use screen name ‘{0}’ as it is included in reserved key words” },

This error indicates that a specified screen name is within the reserved keywords and a different name should be used.

  • { “KV1140”, “Screen that has a Reset Password Screen role must exists when screen is not anonymous” },

This error indicates that a screen must have the Password Reset Screen role when the screen is not anonymous.

  • { “KV1141”, “Screen that has a New Password Screen role must exists when screen is not anonymous” },

This error indicates that a screen must have the New Password Screen role when the screen is not anonymous.

  • { “KV1142”, “Screen that has a Verification Screen role must exists when screen is not anonymous” },

This error indicates that a screen should have the Authentication Screen role in a situation where there is no identity privacy on the screen.

  • { “KV1143”, “No action named ‘{0}’ was found on the page.”}

This error indicates that a specific action was not found on a specified page.

  • { “KV1144”, “The ‘{0}’ parameter value for the ‘{1}’ action was not found.” },

This error indicates that a specific parameter value of a specified action was not found.

  • { “KV1145”, “Selected table ‘{0}’ not found for ‘{1}’ action.” },

This error indicates that the table in which a specified action is used was not found.

  • { “KV1146”, “The selected column ‘{0}’ was not found in the table ‘{1}’ for the ‘{2}’ action.” },

This error indicates that a specified column cannot be found in the table where a specified action is used.

  • { “KV1147”, “Choose a date format for the datetime component ‘{0}’” },

This error indicates that a date format must be selected for a specified datetime component.

  • { “KV1148”, “Names must start with a letter and can only contain letters, and numbers.” },

This error indicates that the specified names must conform to the specified rules.