Variable
Static Public Summary | ||
public |
Exception raised by HttpCookies#getStrict when the cookie is not found. |
|
public |
Exception thrown when an element where we expect the
|
|
public |
Exception thrown when an element with the
|
|
public |
Exception thrown when an element that we expect to have
the |
|
public |
Exception raised by HttpCookies#getStrict when the cookie is not found. |
|
public |
Error class created by HttpResponse#toError. |
|
public |
Exception thrown when an element has a
|
|
public |
|
|
public |
The default key for maps built by makeTypeMappedReduxMapFromApiData. |
Static Public
public DuplicateReceiverNameForSignal: Error source
import {DuplicateReceiverNameForSignal} from 'ievv_jsbase/lib/SignalHandlerSingleton'
Exception raised by HttpCookies#getStrict when the cookie is not found.
public ElementHasNoWidgetInstanceIdError: Error source
import {ElementHasNoWidgetInstanceIdError} from 'ievv_jsbase/lib/widget/WidgetRegistrySingleton'
Exception thrown when an element where we expect the
data-ievv-jsbase-widget-instanceid
attribute does
not have this attribute.
public ElementIsNotInitializedAsWidget: Error source
import {ElementIsNotInitializedAsWidget} from 'ievv_jsbase/lib/widget/WidgetRegistrySingleton'
Exception thrown when an element with the
data-ievv-jsbase-widget-instanceid=<widgetInstanceId>
attribute is not in
the WidgetRegistrySingleton with <widgetInstanceId>
.
public ElementIsNotWidgetError: Error source
import {ElementIsNotWidgetError} from 'ievv_jsbase/lib/widget/WidgetRegistrySingleton'
Exception thrown when an element that we expect to have
the data-ievv-jsbase-widget
attribute does not have
this attribute.
public HttpCookieNotFoundError: Error source
import {HttpCookieNotFoundError} from 'ievv_jsbase/lib/http/HttpCookies'
Exception raised by HttpCookies#getStrict when the cookie is not found.
public HttpResponseError: Error source
import {HttpResponseError} from 'ievv_jsbase/lib/http/HttpResponse'
Error class created by HttpResponse#toError.
public InvalidWidgetAliasError: Error source
import {InvalidWidgetAliasError} from 'ievv_jsbase/lib/widget/WidgetRegistrySingleton'
Exception thrown when an element has a
data-ievv-jsbase-widget
with a value that
is not an alias registered in the WidgetRegistrySingleton.
public PasteMarkerNotSetError: * source
import {PasteMarkerNotSetError} from 'ievv_jsbase/lib/html/CleanHtmlErrors'
public TYPE_MAPPED_REDUX_MAP_DEFAULT_KEY: string source
import {TYPE_MAPPED_REDUX_MAP_DEFAULT_KEY} from 'ievv_jsbase/lib/utils/reduxApiUtilities'
The default key for maps built by makeTypeMappedReduxMapFromApiData. This should be the same key used by the server-side apis, so do not change it unless you know what you are doing.