When making a call to the existing endpoint for a non-supported operation (e.g. PATCH), the Message property of the FlurlHttpException has the following format:
Call failed with status code 4xx (): OPERATION endpoint
Is there something supposed to be inside of parentheses? Should it be the text value of the HTTP status code, like:
Call failed with status code 405 (Method Not Allowed): PATCH https://whatever.url
It seems to be the issue with other status calls, as well, not just with 405.