AiutaTryOnGenerationException
class AiutaTryOnGenerationException(val type: AiutaTryOnExceptionType, val message: String? = "Failed to generate image, type of error - ") : RuntimeException
Constructors
Link copied to clipboard
constructor(type: AiutaTryOnExceptionType, message: String? = "Failed to generate image, type of error - ")