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.
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:
Ideally, this would be placed in the .Value property as a raw json string.