HTTPStatusException

Exception thrown on HTTP request failures, e.g. 404 Not Found.

Constructors

this
this(int status, string msg, string file, size_t line, Throwable next)

Members

Variables

status
int status;

The HTTP status code

Meta