public interface CalendarEntrySourceFailureEvent extends CalendarEvent
CalendarEntrySourceFailureEvent
is a BBj Interface that contains event information for the case where fetching a CalendarEntrySource
failed.
This data class will be made available to your custom callback routine after fetching the entry source failed if you have previously executed
the BBjCalendarWidget::setCallback() method to
register for the CalendarAPI.ON_CALENDAR_ENTRY_SOURCE_FAILURE
event.
Modifier and Type | Method and Description |
---|---|
BBjString | getErrorMessage() Returns a the error message associate with the fetching failure. |
getAsFormattedString, getAsJsonObject, getAsString, getCalendarUuid, getCalendarView, getEventNumber
public BBjString getErrorMessage()
Returns a the error message associate with the fetching failure.