Unknown

data class Unknown(val cause: Throwable) : DbError

Unknown when the server responded with an unknown error or the request failed for an unknown reason.

Parameters

cause

Throwable the original cause of this exception.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard