com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Error Handling in DSS
WSO2 Data Services Server is used for exposing data (decoupled from the infrastructure) as a service, which can be used by external resources to conveniently access the data. When you use WSO2 DSS in an actual production environment, it is possible to encounter situations where the operations you invoke will result in a failed output. For example, you may have a wrong data setup or there may be erroneous operations invoked. In such instances, an error will be logged to indicate that the operation has failed.
Â
Listed below are the error codes in WSO2 DSS and the situations in which they may occur.
Â
Error Code | Description |
---|---|
DATABASE_ERROR | This exception is thrown at the point of invoking a request if there are errors occurring while querying the database or while processing the result of a query. For example, a syntax error thrown from the database, a primary key constraint violation, etc. |
CONNECTION_UNAVAILABLE_ERROR | This error occurs at the point of creating a data service if the connection to the datasource cannot be established. You can find the instructions for adding datasources to your data service from here. |
VALIDATION_ERROR | This error occurs when an input parameter in the request for a query fails the validation defined for that parameter. See the sample on validators to understand how validations work. |
INCOMPATIBLE_PARAMETERS_ERROR | This error occurs in the following instances:
|
UNKNOWN_ERROR | For all other types of errors. |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.