package consts import "errors" var ( ErrAnotherOperationInProgress = errors.New("another operation in progress") )