Package-level declarations

Types

Link copied to clipboard
class FashionIOException(val errorCode: Int, val errorMessages: List<String>, val requestId: String, val date: String) : Exception

Exception thrown when a backend request returns a non-success response. This exception contains detailed information about the error, including the error code, error messages, request ID, and timestamp.

Link copied to clipboard

Exception thrown when the network is disconnected or unavailable.