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

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.

Link to this section Summary

Link to this section Types

Specs

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