Skip to content

When in error state, the JsonResponse does not encapsulate the message body #26

@hanssens

Description

@hanssens

As posted out by @shotor, the JsonRequest does not encapsulate any messages returned by the service.

In order to reproduce, simply call the following method:

public IHttpActionResult Get() {
        return BadRequest("This message should be visible");
}

Ideally, this would be placed in the .Value property as a raw json string.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions