FRR Messages
- Last Updated: September 10, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
FRR-NOTQUERYTARGET
Message Text
Not a query-based target: variable1
Cause
A client attempted to manipulate queries for a target that is not query-based.
FRR-UNSUPPORTEDMETHOD
Message Text
Endpoint does not support method: variable1
Cause
A client has submitted an HTTP method that the matched REST API endpoint does not support. When this error is reported by a MarkLogic REST API instance, MarkLogic Server returns status code 405.
Response
This error is a standard wrapper for HTTP Response Code 405 Method Not Allowed. For example, your client has submitted a PUT request, and the endpoint does not support this verb. Check your client and the server endpoint for whether this error is appropriate for the given scenario.