kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.syncmanager
/
SyncManagerException
Sync
Manager
Exception
sealed
class
SyncManagerException
:
Exception
Inheritors
UnknownEngine
UnsupportedFeature
Sync15Exception
UrlParseException
InterruptedException
JsonException
LoginsException
PlacesException
AnyhowException
Members
Types
Anyhow
Exception
Link copied to clipboard
class
AnyhowException
(
message
:
String
)
:
SyncManagerException
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
SyncManagerException
>
Interrupted
Exception
Link copied to clipboard
class
InterruptedException
(
message
:
String
)
:
SyncManagerException
Json
Exception
Link copied to clipboard
class
JsonException
(
message
:
String
)
:
SyncManagerException
Logins
Exception
Link copied to clipboard
class
LoginsException
(
message
:
String
)
:
SyncManagerException
Places
Exception
Link copied to clipboard
class
PlacesException
(
message
:
String
)
:
SyncManagerException
Sync15Exception
Link copied to clipboard
class
Sync15Exception
(
message
:
String
)
:
SyncManagerException
Unknown
Engine
Link copied to clipboard
class
UnknownEngine
(
message
:
String
)
:
SyncManagerException
Unsupported
Feature
Link copied to clipboard
class
UnsupportedFeature
(
message
:
String
)
:
SyncManagerException
Url
Parse
Exception
Link copied to clipboard
class
UrlParseException
(
message
:
String
)
:
SyncManagerException
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?