@@ -0,0 +1,8 @@
package mila
import "errors"
var (
ErrNotReady = errors.New("mila: state is not ready")
ErrInvalidData = errors.New("mila: invalid content state")
)
The note is not visible to the blocked user.