function sendNtfyError sendNtfyError(code: string): Promise<void> Send an error notification to the configured ntfy URL Returns a promise so callers can await delivery if needed. Delivery failures are logged locally (via logErrorLocal) but never throw. Parameters code: string Return Type Promise<void>