#include <result.h>
◆ Status() [1/4]
◆ Status() [2/4]
◆ Status() [3/4]
gs::Status::Status |
( |
StatusCode |
error_code, |
|
|
std::string && |
error_msg |
|
) |
| |
|
noexcept |
◆ Status() [4/4]
gs::Status::Status |
( |
StatusCode |
error_code, |
|
|
const std::string & |
error_msg |
|
) |
| |
|
noexcept |
◆ error_code()
◆ error_message()
std::string gs::Status::error_message |
( |
| ) |
const |
◆ OK()
◆ ok()
bool gs::Status::ok |
( |
| ) |
const |
◆ ToString()
std::string gs::Status::ToString |
( |
| ) |
const |
◆ error_code_
◆ error_msg_
std::string gs::Status::error_msg_ |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/GraphScope/GraphScope/flex/utils/result.h
- /home/runner/work/GraphScope/GraphScope/flex/utils/result.cc