【发布时间】:2015-12-23 08:16:26
【问题描述】:
我想知道从 WSO2 DSS 抛出的以下错误代码的解释。
DATABASE_ERROR
CONNECTION_UNAVAILABLE_ERROR
VALIDATION_ERROR
INCOMPATIBLE_PARAMETERS_ERROR
UNKNOWN_ERROR
【问题讨论】:
标签: wso2 wso2dss error-code
我想知道从 WSO2 DSS 抛出的以下错误代码的解释。
DATABASE_ERROR
CONNECTION_UNAVAILABLE_ERROR
VALIDATION_ERROR
INCOMPATIBLE_PARAMETERS_ERROR
UNKNOWN_ERROR
【问题讨论】:
标签: wso2 wso2dss error-code
DATABASE_ERROR - Database errors occurring such as SQLExceptions when creating a query in the data service level
CONNECTION_UNAVAILABLE_ERROR - Erors occurring while initializing connections in JNDI datasources
VALIDATION_ERROR - Errors occurring when using validators, essentially when a validation fails
INCOMPATIBLE_PARAMETERS_ERROR - Errors occurring while converting a query's ExternalParams to parameters by making necessary transformation as instructed by with-param elements
UNKNOWN_ERROR - Any error does not fall into the above categories
【讨论】: