MCPcopy
hub / github.com/cshum/imagor / Error

Method Error

errors.go:67–69  ·  view source on GitHub ↗

Error implements error

()

Source from the content-addressed store, hash-verified

65
66// Error implements error
67func (e Error) Error() string {
68 return fmt.Sprintf("%s %d %s", errPrefix, e.Code, e.Message)
69}
70
71// Timeout indicates if error is timeout
72func (e Error) Timeout() bool {

Callers 15

TestWrapErrorFunction · 0.95
ServeHTTPMethod · 0.45
DoMethod · 0.45
handlePostRequestMethod · 0.45
loadResultMethod · 0.45
saveWithErrorHandlingMethod · 0.45
delMethod · 0.45
initFunction · 0.45
renderLandingPageFunction · 0.45
renderUploadFormFunction · 0.45
createMockUploadLoaderFunction · 0.45

Calls

no outgoing calls