ErrorGenerationStatus

class ErrorGenerationStatus(val statusId: String, val errorMessage: String? = null, val exception: Exception? = null) : ProductGenerationStatus

Failed to make generation

Constructors

Link copied to clipboard
constructor(statusId: String, errorMessage: String? = null, exception: Exception? = null)

Properties

Link copied to clipboard
val errorMessage: String? = null
Link copied to clipboard
val exception: Exception? = null
Link copied to clipboard
open override val statusId: String