3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/RTCErrorType.h"
29 MCNAPI
explicit RTCError(::webrtc::RTCErrorType type);
45 MCNAPI static ::webrtc::RTCError
OK();
51 MCNAPI
void*
$ctor(::webrtc::RTCErrorType type);
53 MCNAPI
void*
$ctor(::webrtc::RTCErrorType type, ::std::string_view
message);
MCAPI void set_message(::std::string_view message)
MCAPI void * $ctor(::webrtc::RTCErrorType type)
static MCAPI ::webrtc::RTCError OK()
MCAPI::webrtc::RTCError & operator=(::webrtc::RTCError &&)
MCAPI RTCError(::webrtc::RTCErrorType type)
MCAPI void * $ctor(::webrtc::RTCErrorType type, ::std::string_view message)
MCAPI RTCError(::webrtc::RTCErrorType type, ::std::string_view message)
MCAPI char const * message() const