addOrUpdateProperty(const std::string &in_name, const std::string &in_value) | rstudio::launcher_plugins::Error | |
addOrUpdateProperty(const std::string &in_name, const system::FilePath &in_value) | rstudio::launcher_plugins::Error | |
addOrUpdateProperty(const std::string &in_name, int in_value) | rstudio::launcher_plugins::Error | |
addProperty(const std::string &in_name, const std::string &in_value) | rstudio::launcher_plugins::Error | |
addProperty(const std::string &in_name, const system::FilePath &in_value) | rstudio::launcher_plugins::Error | |
addProperty(const std::string &in_name, int in_value) | rstudio::launcher_plugins::Error | |
asString() const | rstudio::launcher_plugins::Error | |
Error() | rstudio::launcher_plugins::Error | |
Error(const Error &in_other) | rstudio::launcher_plugins::Error | |
Error(std::string in_name, int in_code, const ErrorLocation &in_location) | rstudio::launcher_plugins::Error | |
Error(std::string in_name, int in_code, const Error &in_cause, const ErrorLocation &in_location) | rstudio::launcher_plugins::Error | |
Error(std::string in_name, int in_code, std::string in_message, const ErrorLocation &in_location) | rstudio::launcher_plugins::Error | |
Error(std::string in_name, int in_code, std::string in_message, const Error &in_cause, const ErrorLocation &in_location) | rstudio::launcher_plugins::Error | |
getCause() const | rstudio::launcher_plugins::Error | |
getCode() const | rstudio::launcher_plugins::Error | |
getLocation() const | rstudio::launcher_plugins::Error | |
getMessage() const | rstudio::launcher_plugins::Error | |
getName() const | rstudio::launcher_plugins::Error | |
getProperties() const | rstudio::launcher_plugins::Error | |
getProperty(const std::string &name) const | rstudio::launcher_plugins::Error | |
getSummary() const | rstudio::launcher_plugins::Error | |
hasCause() const | rstudio::launcher_plugins::Error | |
isExpected() const | rstudio::launcher_plugins::Error | |
operator bool() const | rstudio::launcher_plugins::Error | explicit |
operator!() const | rstudio::launcher_plugins::Error | |
operator!=(const Error &in_other) const | rstudio::launcher_plugins::Error | |
operator==(const Error &in_other) const | rstudio::launcher_plugins::Error | |
setExpected() | rstudio::launcher_plugins::Error | |
Success() | rstudio::launcher_plugins::Success | inline |
~Error() override=default | rstudio::launcher_plugins::Error | |