onError abstract method

void onError(
  1. FlyException error
)

This listener is triggered whenever the error occurred in the call link subscription.

Implementation

void onError(FlyException error);