#include <event_stream_handler.h>
Public Member Functions | |
StreamHandlerError (const std::string &error_code, const std::string &error_message, std::unique_ptr< T > &&error_details) | |
Public Attributes | |
const std::string | error_code |
const std::string | error_message |
const std::unique_ptr< T > | error_details |
Definition at line 18 of file event_stream_handler.h.
|
inline |
Definition at line 23 of file event_stream_handler.h.
const std::string flutter::StreamHandlerError< T >::error_code |
Definition at line 19 of file event_stream_handler.h.
const std::unique_ptr<T> flutter::StreamHandlerError< T >::error_details |
Definition at line 21 of file event_stream_handler.h.
const std::string flutter::StreamHandlerError< T >::error_message |
Definition at line 20 of file event_stream_handler.h.