SuggestApiException

The error type for all Suggest component operations. These errors are exposed to your application, which should handle them as needed.

Inheritors

Types

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

The server requested a backoff after too many requests

Link copied to clipboard

An operation was interrupted by calling SuggestStore.interrupt()

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

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?