<%# locals: (chat:) %>
<% if chat.debug_mode? %>
<%= chat.technical_error_message %>
<% end %>

<%= chat.presentable_error_message %>

<%= render DS::Button.new( text: "Retry", href: retry_chat_path(chat), ) %>