Skip to content

Instantly share code, notes, and snippets.

@ahey
Last active January 7, 2022 01:57
Show Gist options
  • Save ahey/220e4349ad55ade2d89dbcba00f8e840 to your computer and use it in GitHub Desktop.
Save ahey/220e4349ad55ade2d89dbcba00f8e840 to your computer and use it in GitHub Desktop.
List of core elixir errors
# The following core errors are built in to elixir
# See https://github.com/elixir-lang/elixir/blob/main/lib/elixir/lib/exception.ex
ArgumentError
ArithmeticError
BadArityError
BadBooleanError
BadFunctionError
BadMapError
BadStructError
CaseClauseError
Code.LoadError
CompileError
CondClauseError
Enum.EmptyError
Enum.OutOfBoundsError
ErlangError
Exception
File.CopyError
File.Error
File.LinkError
File.RenameError
FunctionClauseError
Inspect.Error
KeyError
MatchError
Protocol.UndefinedError
RuntimeError
SyntaxError
SystemLimitError
TokenMissingError
TryClauseError
UndefinedFunctionError
UnicodeConversionError
WithClauseError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment