View Source StellarBase.XDR.AssetCode4Error exception (Elixir Stellar Base v0.16.0)

Module to handle exceptions that may arise from the StellarBase.XDR.AssetCode4 implementation.

Summary

Types

@type t() :: %StellarBase.XDR.AssetCode4Error{
  __exception__: term(),
  message: String.t()
}