lib
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
lib
mockzilla-management-ui-common
/
com.apadmi.mockzilla.ui.i18n
/
Strings
/
Widgets
/
ErrorBanner
/
ErrorBanner
Error
Banner
constructor
(
connectionLost
:
String
,
refreshButton
:
String
,
operationError
:
(
GenericErrorableOperation
?
)
->
String
,
apiErrorDescription
:
String
,
connectionErrorTitlesAndBodies
:
List
<
Pair
<
String
,
String
>
>
,
statusLabel
:
String
,
messageLabel
:
String
,
connectionErrorTitle
:
String
)