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.