Class StringResult
Defined in File SystemsResult.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase(Class ResultBase)
Derived Type
public csp::systems::ExternalServiceInvocationResult(Class ExternalServiceInvocationResult)
Class Documentation
-
class StringResult : public csp::systems::ResultBase
A result handler that is used to notify a user of an error while passing a String value.
Subclassed by csp::systems::ExternalServiceInvocationResult
Public Functions
-
const csp::common::String &GetValue() const
A getter which returns the String passed via the result.
-
inline StringResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)
-
const csp::common::String &GetValue() const