Current section
Files
Jump to
Current section
Files
src/glitr@wisp@errors.erl
-module(glitr@wisp@errors).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([app_error/0]).
-type app_error() :: {db_error, binary()} |
{decoder_error, binary()} |
{internal_error, binary()}.