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

Method getFullMessage

gpcontrib/gpcloud/include/s3exception.h:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 return "";
21 }
22 virtual string getFullMessage() {
23 std::stringstream errorMessage;
24 errorMessage << this->getMessage() << ", Function: " << this->func
25 << ", File: " << this->file << "(" << this->line << "). ";
26 return errorMessage.str();
27 }
28 virtual string getType() {
29 return "S3Exception";
30 }

Callers 6

reader_initFunction · 0.80
reader_transfer_dataFunction · 0.80
reader_cleanupFunction · 0.80
writer_initFunction · 0.80
writer_transfer_dataFunction · 0.80
writer_cleanupFunction · 0.80

Calls 2

getMessageMethod · 0.95
strMethod · 0.45

Tested by

no test coverage detected