in api/pkg/handler/errors.go [32:34]
func (e *httpError) Error() string { return fmt.Sprintf("%s (%d): %s", e.msg, e.status, e.err) }