Generated Reference
Generated catalog of stable Minutes core errors. It stays source-backed, but now favors actionable user-facing errors over generic wrapper variants so the page is easier to use in real troubleshooting.
Catalog notes
Visible actionable errors: 49
Hidden low-signal wrappers: 15
CaptureError::DeviceNotFound
linkaudio device not found — is BlackHole installed? Run: brew install blackhole-2ch
CaptureError::DeviceNotFound
linkaudio device not found — is VB-CABLE installed? See https://vb-audio.com/Cable/
CaptureError::DeviceNotFound
linkaudio device not found — check your ALSA/PulseAudio configuration
CaptureError::StaleRecording
linkstale recording found (PID {0} is dead)
CaptureError::EmptyRecording
linkrecording produced empty audio (0 bytes)
TranscribeError::ModelNotFound
linkWhisper model not found. {0} To fix this, run: minutes setup --model tiny
TranscribeError::ModelLoadError
linkfailed to load whisper model: {0}
TranscribeError::EmptyAudio
linkaudio file is empty or has zero duration
TranscribeError::EmptyTranscript
linktranscription produced no text (below {0} word minimum)
TranscribeError::EngineNotAvailable
linkengine '{0}' not compiled in — rebuild with: cargo build --features {0}
TranscribeError::ParakeetNotFound
linkparakeet binary not found. Install parakeet.cpp and ensure `parakeet` is in PATH.
TranscribeError::ParakeetFailed
linkparakeet transcription failed: {0}
WatchError::AlreadyRunning
linkanother watcher is already running (PID in {0})
VaultError::NotConfigured
linkvault not configured — run: minutes vault setup
VaultError::PermissionDenied
linkpermission denied: {0} — macOS requires Full Disk Access for ~/Documents/
VaultError::PermissionDenied
linkpermission denied: {0} — Windows requires Developer Mode or admin for symlinks
VaultError::PermissionDenied
linkpermission denied: {0}
VaultError::ExistingDirectory
linkcannot create symlink — directory already exists: {0}
DictationError::RecordingActive
linkrecording in progress — stop recording before dictating
DictationError::LiveTranscriptActive
linklive transcript in progress — stop it before dictating
DictationError::AlreadyActive
linkdictation already active (PID: {0})
DictationError::AccessibilityDenied
linkaccessibility permission required for auto-paste
LiveTranscriptError::RecordingActive
linkrecording in progress — stop recording before starting live transcript
LiveTranscriptError::DictationActive
linkdictation in progress — stop dictation before starting live transcript
LiveTranscriptError::AlreadyActive
linklive transcript already active (PID: {0})
LiveTranscriptError::NoActiveSession
linkno live transcript session active