InternalError

Deprecated

This error is no longer thrown. Catch FatalError if you want to handle these error cases.

Replace with

FatalError

Errors related to internal ditto core native communication.

Since

4.4.0

Constructors

Link copied to clipboard
constructor(reason: DittoError.InternalErrorReason)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String?

A formatted description of the error. Not all errors have a message. Use the null-safe getLocalizedMessage if you don't want to have to handle null values.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getLocalizedMessage(): String

A String representation of the error suitable for display.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard