BeamPatch.ModuleLoadError exception (beam_patch v0.2.0)
View SourceAn 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() }