LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.integration.backend.browser
/
BrowserState
/
Failure
Failure
data
class
Failure
(
val
errorCode
:
Int
,
val
errorText
:
String
,
val
failedUrl
:
String
)
:
BrowserState
Members
Constructors
Failure
Link copied to clipboard
constructor
(
errorCode
:
Int
,
errorText
:
String
,
failedUrl
:
String
)
Properties
error
Code
Link copied to clipboard
val
errorCode
:
Int
error
Text
Link copied to clipboard
val
errorText
:
String
failed
Url
Link copied to clipboard
val
failedUrl
:
String
is
Completed
Link copied to clipboard
val
isCompleted
:
Boolean