Xema.NoLoader (hl7 v1.0.0)
The default loader.
For the loader configuration see "Configure a loader".
Summary
Functions
Link to this function
fetch(_)
Returns for any
data always the error tuple
{:error, "No loader configured."}
.
Examples
iex> Xema.NoLoader.fetch(nil)
{:error, "No loader configured."}