Documentation
¶
Overview ¶
Package http provides utility functions for manipulating HTTP errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IgnoreNotFound ¶
IgnoreNotFound returns nil if err is HTTP Not Found (404), else err.
func IsNotFound ¶
IsNotFound checks if err is an HTTP Not Found (404) error.
func IsQuotaExceeded ¶
IsQuotaExceeded checks if err is a googleapi error for exceeded quota.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.