SelectoComponents.ErrorHandling.ErrorDisplay (selecto_components v0.3.12)
LiveComponent for displaying categorized errors with appropriate styling and recovery suggestions.
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.handle_event/3.
Callback implementation for Phoenix.LiveComponent.mount/1.
Callback implementation for Phoenix.LiveComponent.render/1.
Callback implementation for Phoenix.LiveComponent.update/2.
Link to this section Functions
Link to this function
error_card(assigns)
Link to this function
error_details(assigns)
Link to this function
handle_event(binary, arg2, socket)
Callback implementation for Phoenix.LiveComponent.handle_event/3.
Link to this function
mount(socket)
Callback implementation for Phoenix.LiveComponent.mount/1.
Link to this function
render(assigns)
Callback implementation for Phoenix.LiveComponent.render/1.
Link to this function
selecto_error_details(assigns)
Link to this function
update(assigns, socket)
Callback implementation for Phoenix.LiveComponent.update/2.