SRTM.Error exception (SRTM v0.9.0)

Copy Markdown View Source

The SRTM error struct.

Summary

Types

t()

@type t() :: %SRTM.Error{
  __exception__: term(),
  message: String.t(),
  reason: atom() | tuple()
}