ML-21: Classify API errors as transient vs permanent

This commit is contained in:
Claudio Ortolina
2026-04-24 13:55:00 +01:00
parent be4f4686f8
commit a1c665b490
43 changed files with 1429 additions and 135 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ defmodule MusicLibraryWeb.Components.Chat do
)
{:error, reason} ->
Logger.error("Chat streaming error: #{reason}")
Logger.error("Chat streaming error: #{inspect(reason)}")
LiveView.send_update(parent_pid, __MODULE__,
id: component_id,