Package-level declarations
Types
Link copied to clipboard
A model that represents the possible types of responses from the Forage API.
Link copied to clipboard
data class ForageError(val httpStatusCode: Int, val code: String, val message: String, val details: ForageErrorDetails? = null)
A model that represents an error response from the Forage API.