16 static const uint8_t NO_ERROR = 0;
17 static const uint8_t LOOKUP_ERROR = 1;
18 static const uint8_t CONNECTIVITY_ERROR = 2;
19 static const uint8_t EXTRAPOLATION_ERROR = 3;
20 static const uint8_t INVALID_ARGUMENT_ERROR = 4;
21 static const uint8_t TIMEOUT_ERROR = 5;
22 static const uint8_t TRANSFORM_ERROR = 6;
25 std::string error_string;