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

Method StatusCode

errctx/error.go:13–13  ·  view source on GitHub ↗

StatusCode returns the HTTP status code associated with the error.

()

Source from the content-addressed store, hash-verified

11
12 // StatusCode returns the HTTP status code associated with the error.
13 StatusCode() int
14 // PublicMessage returns the public message associated with the error.
15 PublicMessage() string
16 // ShouldReport indicates whether the error should be reported.

Calls

no outgoing calls