Current section
Files
Jump to
Current section
Files
src/internal@errors.erl
-module(internal@errors).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/internal/errors.gleam").
-export_type([inertia_error/0]).
-type inertia_error() :: {file_error, simplifile:file_error()} |
template_not_found |
manifest_not_found |
parse_error.