Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface ApiRequest
Immutable representation of the data of a network request
Link copied to clipboard
data class KlaviyoError(val id: String? = null, val status: Int? = null, val title: String? = null, val detail: String? = null, val source: KlaviyoErrorSource? = null)
Link copied to clipboard
For parsing Error responses from the backend when an HTTP request fails
Link copied to clipboard