Current section

Files

Jump to
tallgrass src internal@http@error.erl
Raw

src/internal@http@error.erl

-module(internal@http@error).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([error/0]).
-type error() :: request_error | decode_error.