Types

Link copied to clipboard

Thrown when client data is not available for Google Drive operations.

Link copied to clipboard

Thrown when filename cannot be determined without a configured API.

Link copied to clipboard

Thrown when there is an error getting hashes from Google Drive.

Link copied to clipboard

Thrown when unable to verify that a file was successfully saved to Google Drive.

Link copied to clipboard

Thrown when unable to write to Google Drive.

Link copied to clipboard

Thrown when keychain validation operations fail.

Link copied to clipboard
open class PasskeyNotSupported(message: String, cause: Throwable? = null) : PortalException.Storage

Thrown when passkey is not supported on the device.

Link copied to clipboard

Thrown when a passkey operation fails.

Link copied to clipboard

Thrown when no session ID is found during passkey operations.

Link copied to clipboard

Thrown when passkey storage is not configured.

Link copied to clipboard
open class StorageAuthError(message: String, cause: Throwable? = null) : PortalException.Storage

Thrown when storage authentication fails.

Link copied to clipboard

Thrown when there is a user-recoverable Google Drive authentication error.

Properties

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