()
| 102 | } |
| 103 | |
| 104 | func (e RedirectError) Error() string { return fmt.Sprintf("redirecting (%d): %s", e.Code, e.Location) } |
| 105 | |
| 106 | // ErrNotFound represents an error locating the blob. |
| 107 | var ErrNotFound = errors.New("not found") |
no outgoing calls
no test coverage detected