An error that is raised when a module cannot be loaded.
Fields
:module(module/0) - The module that couldn't be loaded.:reason(:badarg|:code.load_error_rsn/0) - The reason for the error.
Summary
Types
@type t() :: %BeamPatch.ModuleLoadError{ __exception__: true, module: module(), reason: :badarg | :code.load_error_rsn() }