onYPostCommonError property

Future<Null> Function(YPage page, String? code, String? message, String jkid, Map? kv, dynamic yAjaxCallback(bool isSuccess, List? results, String code, String message), dynamic onModel(dynamic map)?, bool showProgress, bool showErrorToast, bool cacheEnable) onYPostCommonError
getter/setter pair

Implementation

static var onYPostCommonError = (YPage page, String? code, String? message, String jkid, Map? kv, Function(bool isSuccess, List<dynamic>? results, String code, String message) yAjaxCallback, Function(dynamic map)? onModel, bool showProgress, bool showErrorToast, bool cacheEnable) async {
  yShowBuilder(message ?? "response code is '$yPostCommomErrorCode' with null message", () => yFinishApplication(), null, false);
};