package anubis import "errors" var ( ErrMisconfiguration = errors.New("[unexpected] policy: administrator misconfiguration") )