Error validations

Learn about the different error messages and test validations in Connector Builder.

This list explains what each error means and how to resolve it.

Error response Description
NO_CONNECTORS No connectors are created yet.
INVALID_COMMAND_EXECUTION Entered command input is invalid.
ILLEGAL_CHARS Special characters are not allowed in connector/action/trigger/lookup name.
UNAUTHORIZED You are not logged in. Use the wmio login command.
UNDEPLOYED_CONNECTOR The connector is not yet deployed. Use the wmio deploy command.
INVALID_COMMAND Entered command does not exist. Try using wmio help command to see the list of supported commands.
HISTORY_EMPTY History is not available.
SWAGGER_IMPORT_FAILURE Swagger version is not supported.
INVALID_CONNECTOR_NAME Special characters are not allowed in the connector name.
USER_LOGGED_IN_ERROR You are already logged in to webMethods Integration. Use wmio logout command to logout, and then relogin with a different account.
INVALID_EMAIL The entered email address is invalid.
INVALID_PASSWORD The entered password is invalid.
LOGOUT_FAILURE You are logged in to webMethods Integration.
INVALID_SET_PARAMS Entered command is invalid. Try using wmio set lookup.
EMPTY_LOOKUP_LINK_FIELDS No fields available to link lookup.
LOOKUP_NOT_FOUND No lookup found in your current application.
VERSION_FAILURE No connector is registered yet. Use wmio deploy command to deploy your connector.
INVALID_AUTH Error validating authentication.
NO_AUTH_FILE The authentication file is missing.
CONNECTOR_VERSION_NOT_FOUND The current application does not have any version.
CONNECTOR_VERSION_ERROR The connector version must be greater than the currently deployed version.
LOOKUP_EXIST_ERROR A lookup module exists.
INVALID_TRIGGER Invalid trigger entry found in the index.
INVALID_OAUTH_PARAM Invalid command parameter. Try using wmio oauth deploy.
OAUTH_MANDATORY_FIELD Missing mandatory field in the oauth.json file.
OAUTH_EMPTY_FIELD OAuth field must have at least one property.
OAUTH_FILE_ERROR Unable to find oauth.json in your application directory.
OAUTH_PARSE_ERROR Failed to parse oauth.json.
OAUTH_SCOPE_FAIL Scope property should be an object.
LOOKUP_ATTACH_ERROR Select at least one component to attach lookup.
LOOKUP_ENTRY_EXIST A lookup entry exists for the specified field.
LOOKUP_DEPENDENCY Lookup needs dependencies of other input fields.
NO_FIELDS No fields found.
DETACH_ERROR No lookup found to detach.
DETACH_ACTION_FAIL No actions to detach skipping.
DETACH_TRIGGER_FAIL No triggers to detach skipping.
LOOKUP_ENTRY_NOT_EXIST No entry exists for selected lookup.
NAME_TOO_SHORT The name for {{type}} {{name}} is too short.
POSTMAN_FILE_ERROR File {{file}} not found.
INVALID_EXPORT Invalid Postman collection export file.
POSTMAN_PARSE_ERROR Failed to parse JSON.
POSTMAN_SCHEMA_ERROR No schema definition that is found in the exported JSON.
POSTMAN_SUCCESS Imported {{total}} actions successfully.
POLLING_PROMPT Is your trigger polling?
VERSION_PROMPT Provide a version for your {{type}} {{name}}.
VERSION_ERROR Version should begin with prefix `v`, for example, v1 got {{version}}.
OAUTH_REQUIRED_INVALID The required field should be a plain js object, for example, { title: 'Domain', id: 'domain', description: 'abc', default: 'mydomain'}.
ENCRYPT_OAUTH Encrypting ...
INVALID_HOST Invalid tenant URL.
OAUTH_PREPROCESS_INVALID Preprocessing hook {hook} params should be plain object.