Flutter Engine
The Flutter Engine
|
#include <status.h>
Public Member Functions | |
Status () | |
Creates an 'ok' status. More... | |
Status (fml::StatusCode code, std::string_view message) | |
fml::StatusCode | code () const |
void | IgnoreError () const |
bool | ok () const |
std::string_view | message () const |
Class that represents the resolution of the execution of a procedure. This is used similarly to how exceptions might be used, typically as the return value to a synchronous procedure or an argument to an asynchronous callback.
|
inline |
Creates an 'ok' status.
Definition at line 58 of file status.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |