A message type to represent the result of a failed operation. More...
#include <Result.h>
Public Member Functions | |
| FailedResult (ErrorCodeType errorCode, const AZStd::string &errorString) | |
Public Attributes | |
| ErrorCodeType | m_errorCode | 
| AZStd::string | m_errorString | 
A message type to represent the result of a failed operation.