-module(bravo@error). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export_type([erlang_error/0]). -type erlang_error() :: badarg | badarith | {badmatch, bravo@etc:term_()} | function_clause | {case_clause, bravo@etc:term_()} | if_clause | {try_clause, bravo@etc:term_()} | undef | {badfun, bravo@etc:term_()} | {badarity, {bravo@etc:term_(), bravo@etc:term_()}} | timeout_value | noproc | noconnection | {nocatch, bravo@etc:term_()} | system_limit.