onSearchError abstract method

void onSearchError(
  1. Error error,
  2. RequestType requestType
)

Called on any search error.

error Error occured. requestType Type of the finished request.

Implementation

void onSearchError(runtime_error.Error error,
    search_search_layer_request_type.RequestType requestType);