SpeziError

class SpeziError(message: String, cause: Throwable?) : Throwable

A custom exception class used in the Spezi framework.

Parameters

message

The error message to be displayed.

cause

The underlying cause of the error, if any.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable?)

Properties

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

Functions

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