getError method

Exception? getError()

Implementation

Exception? getError() =>
    getBannerError() ?? getScreenError() ?? getVideoError();