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.ui.common
/
DeviceRootViewModel
/
State
/
Connected
/
ErrorBannerState
/
ApiError
Api
Error
@
InternalMockzillaApi
data
class
ApiError
(
val
status
:
HttpStatusCode
?
,
val
rawError
:
String
?
,
val
operation
:
GenericErrorableOperation
?
)
:
DeviceRootViewModel.State.Connected.ErrorBannerState
Members
Constructors
Api
Error
Link copied to clipboard
constructor
(
status
:
HttpStatusCode
?
,
rawError
:
String
?
,
operation
:
GenericErrorableOperation
?
)
Properties
operation
Link copied to clipboard
val
operation
:
GenericErrorableOperation
?
raw
Error
Link copied to clipboard
val
rawError
:
String
?
status
Link copied to clipboard
val
status
:
HttpStatusCode
?