RemoteSettingsException

Public error class, this is what we return to consumers

Inheritors

Types

Link copied to clipboard
class Backoff(val seconds: ULong) : RemoteSettingsException

The server has asked the client to backoff.

Link copied to clipboard
object ErrorHandler : UniffiRustCallStatusErrorHandler<RemoteSettingsException>
Link copied to clipboard

Network error while making a remote settings request

Link copied to clipboard
class Other(val reason: String) : RemoteSettingsException

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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