package errs import ( "errors" ) var ( ErrInvalidNs error = errors.New("invalid namespace identifier") )