toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.common
/
DebugServerException
/
Companion
Companion
object
Companion
Members
Functions
make
Generic
Link copied to clipboard
@
JvmStatic
fun
makeGeneric
(
url
:
String
,
reason
:
String
,
t
:
Throwable
?
)
:
DebugServerException
@
JvmStatic
fun
makeGeneric
(
url
:
String
,
reason
:
String
,
extra
:
String
,
t
:
Throwable
?
)
:
DebugServerException
parse
Link copied to clipboard
@
JvmStatic
fun
parse
(
url
:
String
?
,
str
:
String
?
)
:
DebugServerException
?
Parse a DebugServerException from the server json string.