MCPcopy Create free account
hub / github.com/apache/cloudberry / getMessage

Method getMessage

gpcontrib/gpcloud/include/s3exception.h:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 return "";
18 }
19 virtual string getMessage() {
20 return "";
21 }
22 virtual string getFullMessage() {
23 std::stringstream errorMessage;
24 errorMessage << this->getMessage() << ", Function: " << this->func

Callers 15

getFullMessageMethod · 0.95
errorMethod · 0.45
errorMethod · 0.45
TESTFunction · 0.45
getMethod · 0.45
putMethod · 0.45
postMethod · 0.45
headMethod · 0.45
deleteRequestMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36