toBMKSearchErrorCode method

BMKSearchErrorCode toBMKSearchErrorCode()

Implementation

BMKSearchErrorCode toBMKSearchErrorCode() {
  switch (this) {
    case 0: return BMKSearchErrorCode.BMK_SEARCH_NO_ERROR;
    default: return BMKSearchErrorCode.values[this + 0];
  }
}