Lamina.Error.StateError exception (lamina v0.4.2)

The Lamina Server is in an invalid state.

This is an internal error within Lamina.Server and is strongly indicitave of a bug. Please open an issue.

Summary

Types

@type t() :: %Lamina.Error.StateError{
  __exception__: true,
  reason: String.t(),
  state: Lamina.Server.State.t()
}