Class StringArrayResult

Inheritance Relationships

Base Type

Class Documentation

class StringArrayResult : public csp::systems::ResultBase

A result handler that is used to notify a user of an error while passing a StringArray value.

Public Functions

const csp::common::Array<csp::common::String> &GetValue() const

A getter which returns the StringArray passed via the result.