Searched defs:executionError (Results 1 – 1 of 1) sorted by relevance
197 TEST(ResponseApduTest, executionError) { in TEST() argument198 const std::vector<uint8_t> executionError{0x66, 0}; in TEST() local