Skip to content

Missing info in the "Call failed with status code" error message (FlurlHttpException) #841

@alekdavisintel

Description

@alekdavisintel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Planned

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions