Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::JsonSerializationResult::Result Class Reference

#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
 

Detailed Description

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).


The documentation for this class was generated from the following file: