isError method

bool isError()

Implementation

bool isError() {
  return (sw1 >= 0x64 && sw1 != 0x90);
}