package monitor type SecurityError string func (e SecurityError) Error() string { return string(e) }