View Source Stellar.Horizon.CollectionError exception (Elixir Stellar SDK v0.22.0)

Handle exceptions that may arise from the Stellar.Horizon.Collection.

Summary

Types

@type t() :: %Stellar.Horizon.CollectionError{
  __exception__: term(),
  message: String.t()
}