Internal Error
Deprecated
Catch FatalError to handle these error cases.
Replace with
FatalErrorContent copied to clipboard
Errors related to internal ditto core native communication.
Since
4.4.0
Properties
Link copied to clipboard
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
A String representation of the error suitable for display.
Link copied to clipboard
Checks if the given Throwable is a DeadSystemRuntimeException or DeadObjectException, which indicates that the Bluetooth system service has died unexpectedly.