isOtherError method

bool isOtherError()

Implementation

bool isOtherError() {
  return FLAG_OTHER_ERROR & _value != 0;
}