mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
add combination error code / string type
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
|
||||
namespace websocketpp {
|
||||
|
||||
/// Combination error code / string type for returning two values
|
||||
typedef std::pair<lib::error_code,std::string> err_str_pair;
|
||||
|
||||
// setup for errors that should be propogated back to the user.
|
||||
namespace error {
|
||||
enum value {
|
||||
|
||||
Reference in New Issue
Block a user