![]() |
Audacity 3.2.0
|
#include <UploadService.h>
Public Types | |
enum class | Result { Success , Aborted , FileNotFound , Unauthorized , InvalidData , UnexpectedResponse , UploadFailed } |
Result of the upload. More... | |
Public Attributes | |
Result | result |
Upload result. More... | |
std::string | errorMessage |
Error message if result is not Success. More... | |
std::string | finishUploadURL |
URL to open in browser to finish up the anonymous upload. More... | |
std::string | audioSlug |
"Slug" to be used for shareable URL construction More... | |
Message that is sent when upload is finished. This message is sent from the network thread.
Definition at line 25 of file UploadService.h.
|
strong |
Result of the upload.
Definition at line 28 of file UploadService.h.
std::string cloud::audiocom::UploadOperationCompleted::audioSlug |
"Slug" to be used for shareable URL construction
Definition at line 55 of file UploadService.h.
std::string cloud::audiocom::UploadOperationCompleted::errorMessage |
Error message if result is not Success.
Definition at line 50 of file UploadService.h.
std::string cloud::audiocom::UploadOperationCompleted::finishUploadURL |
URL to open in browser to finish up the anonymous upload.
Definition at line 53 of file UploadService.h.
Result cloud::audiocom::UploadOperationCompleted::result |
Upload result.
Definition at line 47 of file UploadService.h.