@ -23,15 +23,13 @@ const (
ErrorTypeNu = 2
)
type (
Error struct {
Err error
Type ErrorType
Meta interface{}
}
type Error struct {
errorMsgs []*Error
type errorMsgs []*Error
var _ error = &Error{}
The note is not visible to the blocked user.