LiveViewReact.SSR.NotConfigured exception (liveview_react v1.0.0)

Copy Markdown View Source

Raised when server-side rendering is requested but its infrastructure is unavailable.

This includes a missing :ssr_module, an unavailable optional renderer runtime, or an SSR process that has not been started.

Summary

Types

t()

The exception raised when SSR infrastructure is unavailable.

Types

t()

@type t() :: %LiveViewReact.SSR.NotConfigured{
  __exception__: term(),
  message: String.t()
}

The exception raised when SSR infrastructure is unavailable.