Interface describing what an HttpError class should look like. This helps us make sure all HttpError classes have the same utility static functions.
The status code corresponding to this error class.
A unique URI identifying this error class.
Checks if the given error is an instance of this class.
Interface describing what an HttpError class should look like. This helps us make sure all HttpError classes have the same utility static functions.