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
data class KlaviyoErrorResponse(val errors: List<KlaviyoError>)

For parsing Error responses from the backend when an HTTP request fails

Link copied to clipboard
data class KlaviyoErrorSource(val pointer: String? = null)

Functions

Link copied to clipboard