Unknown Error
abstract class UnknownError constructor(message: String? = null, cause: Throwable? = null) : UnknownPrismError(source)
A class representing an unknown error if the error received does not conform to the KnownPrismError, it will be classified as an UnknownPrismError.
See also
Inheritors
Types
Link copied to clipboard
class SomethingWentWrongError constructor(message: String? = null, cause: Throwable? = null) : UnknownError
A class representing an error that occurs when something goes wrong in the SDK.