API errors#
This section describes errors returned by LVM services. Each API error has a unique number, which can be useful for identifying the error.
Some of these errors may have multiple reasons.
If an 'Internal server error' or other unexpected error occurs, please refer to the service logs for more information about the problem.
Projector service errors#
Code 48001 returned#
Error Message:
Object not found. Projection with id {value} not registered
Error Source:
Projector service errors
Error Description:
The projection with the specified ID was not found. It may not have been created yet, may have been deleted, or an invalid ID was passed. Verify that the projection ID in the request is correct.
Matcher service errors#
Code 49001 returned#
Error Message:
Object not found. Projection with id {value} not loaded
Error Source:
Matcher service errors
Error Description:
A projection with the specified identifier exists but is not loaded into the Matcher service's memory for comparison operations. Please retry your request later.
Code 49002 returned#
Error Message:
Object not found. For projection with id {value} no suitable index built for request filters
Error Source:
Matcher service errors
Error Description:
The query could not be executed because no suitable index was found for the specified filters in the specified projection.
Check that all filter parameters in the query are correct.