Creates an HTTP error exception
Source position: httpdefs.pp line 710
type HTTPError = EHTTP; |
HTTPError creates an EHTTP exception with the specified status code and message. It provides a convenient way to raise HTTP-specific errors with proper status information.