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
/
Components
/
GenericError
Generic
Error
@
InternalMockzillaApi
data
class
GenericError
(
val
title
:
String
,
val
body
:
String
,
val
retryButton
:
String
)
Members
Constructors
Generic
Error
Link copied to clipboard
constructor
(
title
:
String
,
body
:
String
,
retryButton
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
retry
Button
Link copied to clipboard
val
retryButton
:
String
title
Link copied to clipboard
val
title
:
String