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