View Source Mobius.DataLoadError exception (mobius v0.6.1)

Used when there is problem loading data into the mobius storage

Summary

Types

Options for making a DataLoadError

t()

Types

@type opt() :: {:reason, atom()}

Options for making a DataLoadError

  • :reason - the reason why the data could not be loaded
@type t() :: %Mobius.DataLoadError{
  __exception__: true,
  message: binary(),
  reason: atom()
}