CloudStorageException

class CloudStorageException(val error: CloudError, message: String, cause: Throwable? = null) : Exception(source)

Every transport failure is mapped to a CloudError the app can show.

Constructors

Link copied to clipboard
constructor(error: CloudError, message: String, cause: Throwable? = null)

Properties

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