Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: checker handle source unavailable #1134

Merged
merged 9 commits into from
Feb 5, 2025
Prev Previous commit
Next Next commit
docs: godoc for error creating func
  • Loading branch information
AleksandrMatsko committed Jan 15, 2025
commit ef3e89d009a280e19760088b62dcd48deb0cc3a3
1 change: 1 addition & 0 deletions metric_source/local/errors.go
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ type ErrEvalExpr struct {
target string
}

// ErrorEvalExpression creates ErrEvalExpr with given err and target.
func ErrorEvalExpression(err error, target string) ErrEvalExpr {
return ErrEvalExpr{
internalError: err,
Loading