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

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

Summary

Types

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