Searched refs:generalErrorText (Results 1 – 3 of 3) sorted by relevance
52 public abstract String generalErrorText(); in generalErrorText() method in OdsaResponse
1125 String generalErrorText = in processGeneralResult() local1129 if (!TextUtils.isEmpty(generalErrorText)) { in processGeneralResult()1130 builder.setGeneralErrorText(generalErrorText); in processGeneralResult()
388 assertThat(response.generalErrorText()).isEqualTo(GENERAL_ERROR_TEXT); in testManageSubscription_invalidUserInput()