xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::Env::ParsedResult Struct Reference

Used by parseResult() and postConditions(). More...

#include <Env.h>

Collaboration diagram for xrpl::test::jtx::Env::ParsedResult:

Public Attributes

std::optional< TERter
std::optional< ErrorCodeIrpcCode
std::string rpcMessage
std::string rpcError
std::string rpcException

Detailed Description

Used by parseResult() and postConditions().

Definition at line 150 of file Env.h.

Member Data Documentation

◆ ter

std::optional<TER> xrpl::test::jtx::Env::ParsedResult::ter

Definition at line 152 of file Env.h.

◆ rpcCode

std::optional<ErrorCodeI> xrpl::test::jtx::Env::ParsedResult::rpcCode

Definition at line 157 of file Env.h.

◆ rpcMessage

std::string xrpl::test::jtx::Env::ParsedResult::rpcMessage

Definition at line 158 of file Env.h.

◆ rpcError

std::string xrpl::test::jtx::Env::ParsedResult::rpcError

Definition at line 159 of file Env.h.

◆ rpcException

std::string xrpl::test::jtx::Env::ParsedResult::rpcException

Definition at line 160 of file Env.h.