1 2 3 4 5
package storage import "errors" var ErrorMonitorStateExists = errors.New("monitor state already exists on disk")