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

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

Summary

Types

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