DSpace.API.Operation.Error exception (dspace_ex v0.2.0)

Copy Markdown View Source

Represents an error when the operation can't be executed

This error is returned when dspace_ex detects the desired operation would fail because the targeted DSpace instance would not support it or the client configuration would be insufficient to execute the operation successfully.

Summary

Types

t()

@type t() :: %DSpace.API.Operation.Error{
  __exception__: term(),
  missing_property: term() | nil,
  not_supported: binary() | nil
}