FashionIOException
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.