View Source StellarBase.XDR.SCError (Elixir Stellar Base v0.12.0)

Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten

Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr

Representation of Stellar SCError type.

Link to this section Summary

Link to this section Types

@type code_type() :: StellarBase.XDR.SCErrorCode.t()
@type t() :: %StellarBase.XDR.SCError{code: code_type(), type: type_type()}
@type type_type() :: StellarBase.XDR.SCErrorType.t()

Link to this section Functions

@spec new(type :: type_type(), code :: code_type()) :: t()