signoz/pkg/errors/doc.go
Vibhu Pandey c322fc72d9
feat(errors): add errors package (#5741)
### Summary

Add errors package

#### Related Issues / PR's

https://github.com/SigNoz/signoz/pull/5710
2024-08-22 15:19:32 +05:30

4 lines
129 B
Go

// package error contains error related utilities. Use this package when
// a well-defined error has to be shown.
package errors