HttpStatusException

An exception that can be thrown while handling an HTTP request, to indicate that the server should return a specified response code, usually when you want to short-circuit due to an error.

Constructors

this
this(StatusInfo status, string message, Throwable next)
Undocumented in source.
this
this(StatusInfo status, string message)
Undocumented in source.
this
this(StatusInfo status)
Undocumented in source.

Members

Variables

status
StatusInfo status;
Undocumented in source.