Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Status InterfaceBasic::PrintError( Response data ) {
  2. std::cout << termcolor::on_red << "Error:"
  3. << termcolor::reset << " " << data.Params[0]["reason"] << std::endl;
  4. return OK;
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement