Current section
Files
Jump to
Current section
Files
src/glamour@client.erl
-module(glamour@client).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/glamour/client.gleam").
-export_type([options/0, error/0]).
-type options() :: {options, boolean()}.
-type error() :: not_in_browser |
{missing_root, binary()} |
{missing_state_script, binary()} |
missing_fingerprint |
{json_parse, gleam@json:decode_error()} |
fingerprint_mismatch |
{lustre_start, lustre:error()}.