Error Code Overview

When you connect to KWDB using the JDBC connector or execute SQL queries, KWDB returns error codes when something goes wrong. This section lists all types of error codes provided by KWDB, each consisting of five characters:

Each error code provides the following details:

  • Error Code: A unique identifier for the error, typically following a logical pattern. Error codes within the same category are grouped within a defined range. For example, connection-related error codes fall within the range KW001 to KW015.
  • Error Message: A description of the error, explaining its cause and offering possible solutions.