Used when there is problem loading data into the mobius storage
Options for making a DataLoadError
DataLoadError
@type opt() :: {:reason, atom()}
:reason
@type t() :: %Mobius.DataLoadError{ __exception__: true, message: binary(), reason: atom() }