Cloud Storage Exception
class CloudStorageException(val error: CloudError, message: String, cause: Throwable? = null) : Exception(source)
Every transport failure is mapped to a CloudError the app can show.
Every transport failure is mapped to a CloudError the app can show.