ERROR_SPECIFY_MAXIMUM_TWO_PARAMS constant

String const ERROR_SPECIFY_MAXIMUM_TWO_PARAMS

Passing the 'eventsFrom', 'eventsTo' and 'count' parameters simultaneously is not allowed. You should use only two of these parameters.

Implementation

static const String ERROR_SPECIFY_MAXIMUM_TWO_PARAMS =
    "ERROR_SPECIFY_MAXIMUM_TWO_PARAMS";