MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Error

Method Error

imagedata/image_data.go:121–126  ·  view source on GitHub ↗

Error returns any error that occurred during reading data from async buffer or the underlying source.

()

Source from the content-addressed store, hash-verified

119// Error returns any error that occurred during reading data from
120// async buffer or the underlying source.
121func (d *imageDataAsyncBuffer) Error() error {
122 if err := d.b.Error(); err != nil {
123 return wrapDownloadError(err, d.desc)
124 }
125 return nil
126}

Callers

nothing calls this directly

Calls 2

wrapDownloadErrorFunction · 0.85
ErrorMethod · 0.65

Tested by

no test coverage detected