DSpace.API.HTTP.Error exception (dspace_ex v0.1.0-alpha2)

Copy Markdown View Source

Represents an error with the connection to the API.

Summary

Types

t()

@type t() :: %DSpace.API.HTTP.Error{
  __exception__: term(),
  reason: term(),
  request_url: URI.t()
}