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

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

Link to this section Summary

Link to this section Types

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