View Source StellarBase.XDR.SCStatus (Elixir Stellar Base v0.9.0)
Representation of Stellar SCStatus
type.
Link to this section Summary
Link to this section Types
@type code() :: StellarBase.XDR.SCUnknownErrorCode.t() | StellarBase.XDR.SCHostValErrorCode.t() | StellarBase.XDR.SCHostObjErrorCode.t() | StellarBase.XDR.SCHostFnErrorCode.t() | StellarBase.XDR.SCHostStorageErrorCode.t() | StellarBase.XDR.SCHostContextErrorCode.t() | StellarBase.XDR.SCVmErrorCode.t() | StellarBase.XDR.SCHostAuthErrorCode.t() | StellarBase.XDR.SCStatusType.t() | StellarBase.XDR.UInt32.t() | StellarBase.XDR.Void.t()
@type t() :: %StellarBase.XDR.SCStatus{ code: code(), type: StellarBase.XDR.SCStatusType.t() }
Link to this section Functions
@spec new(code :: code(), type :: StellarBase.XDR.SCStatusType.t()) :: t()