Endpoint errors relate to requests to endpoints that are not part of the Swagger definition. They occur, including for example, due to trailing slashes (“/”) ignored by the server or as correct endpoints are invoked with the wrong HTTP method.
Query errors correspond to requests containing query parameters that are not defined for that endpoint.