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: 56
Hidden low-signal wrappers: 16
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
linkTranscription model not found. {0}
TranscribeError::ModelLoadError
linkfailed to load whisper model: {0}
TranscribeError::ModelTruncated
link{path}" && minutes setup --model {model_name}
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
TemplateError::UnsupportedField
linktemplate at {path} uses field '{field}' not supported by this Minutes version (introduced in a later phase). Upgrade Minutes or remove the field.
TemplateError::InvalidSlug
linktemplate at {path} has invalid slug '{slug}': must be lowercase alphanumeric with hyphens (e.g. 'standup', '1-on-1')
TemplateError::InvalidVersion
linktemplate at {path} has invalid version '{version}': must be semver (e.g. '1.0.0')