activity_fetchError abstract method

String activity_fetchError(
  1. String activityType,
  2. String message
)

Error message when fetching activities fails

In en, this message translates to: 'failed to fetch {activityType}'s {message}'

Implementation

String activity_fetchError(String activityType, String message);