3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/resources/ImportFailure.h"
7#include "mc/client/services/ms_graph/GraphResponse.h"
8#include "mc/util/DownloadError.h"
14 ::ll::TypedStorage<8, 32, ::std::string const> id;
15 ::ll::TypedStorage<8, 64, ::std::function<void(::MSGraph::GraphResponse)>> setSyncError;
16 ::ll::TypedStorage<8, 64, ::std::function<void(::DownloadError)>> setDownloadError;
17 ::ll::TypedStorage<8, 64, ::std::function<void(::MSGraph::GraphResponse)>> setGraphError;
18 ::ll::TypedStorage<8, 64, ::std::function<void(::ImportFailure)>> setImportError;
23 SetDownloadProgressHandlerError& operator=(SetDownloadProgressHandlerError
const&);
24 SetDownloadProgressHandlerError(SetDownloadProgressHandlerError
const&);
25 SetDownloadProgressHandlerError();
30 MCAPI SetDownloadProgressHandlerError(::SetDownloadProgressHandlerError&&);
32 MCAPI ~SetDownloadProgressHandlerError();
38 MCAPI
void* $ctor(::SetDownloadProgressHandlerError&&);
Definition SetDownloadProgressHandlerError.h:5