core
Toggle table of contents
1.2.0
android
common
ios
Platform filter
android
common
ios
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.plugins
/
PluginError
Plugin
Error
android
common
ios
actual
sealed
class
PluginError
:
RtkError
Inheritors
PermissionDenied
NotActive
expect
sealed
class
PluginError
:
RtkError
Inheritors
PermissionDenied
NotActive
actual
sealed
class
PluginError
:
RtkError
Inheritors
PermissionDenied
NotActive
Members
Types
Not
Active
Link copied to clipboard
android
common
ios
actual
object
NotActive
:
PluginError
expect
object
NotActive
:
PluginError
actual
object
NotActive
:
PluginError
Permission
Denied
Link copied to clipboard
android
common
ios
actual
class
PermissionDenied
:
PluginError
expect
class
PermissionDenied
:
PluginError
actual
class
PermissionDenied
:
PluginError
Properties
code
Link copied to clipboard
android
ios
open
override
val
code
:
Int
open
override
val
code
:
PluginErrorCode
message
Link copied to clipboard
android
ios
open
override
val
message
:
String
open
override
val
message
:
String
Functions
to
String
Link copied to clipboard
android
ios
open
override
fun
toString
(
)
:
String
open
override
fun
toString
(
)
:
String