# Functions
Is403 returns true if err is an HTTP 403 error.
Is404 returns true if err is an HTTP 404 error.
Is409 return true is err is an HTTP 409 error.
Is410 returns true if err is an HTTP 410 error.
No description provided by the author
IsHTTPCodeError returns true if err is an http error with code statusCode.