Package-level declarations

Types

Link copied to clipboard
open class LithicException(message: String? = null, cause: Throwable? = null) : RuntimeException
Link copied to clipboard
class LithicInvalidDataException(message: String? = null, cause: Throwable? = null) : LithicException
Link copied to clipboard
class LithicIoException(message: String? = null, cause: Throwable? = null) : LithicException
Link copied to clipboard
class LithicRetryableException(message: String? = null, cause: Throwable? = null) : LithicException

Exception that indicates a transient error that can be retried.

Link copied to clipboard