#include <JsonSerializationResult.h>
Public Member Functions | |
| Result (const JsonIssueCallback &callback, AZStd::string_view message, ResultCode result, AZStd::string_view path) | |
| Result (const JsonIssueCallback &callback, AZStd::string_view message, Tasks task, Outcomes outcome, AZStd::string_view path) | |
| operator ResultCode () const | |
| ResultCode | GetResultCode () const |
Result is a wrapper around ResultCode to encourage serializer to report results at least once per load/store call. The most common use is to call context.Report which returns a Result (which can also be used as a ResultCode).