DCATR.Manifest.LoadingError exception (DCAT-R.ex v0.1.0)

Copy Markdown View Source

Raised on errors when loading a DCATR.Manifest graph.

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: %DCATR.Manifest.LoadingError{
  __exception__: true,
  file: String.t() | nil,
  reason: any()
}

Functions

message(map)

Callback implementation for Exception.message/1.