aiuta-sdk
Toggle table of contents
4.2.2
common
Platform filter
common
Switch theme
Search in API
aiuta-sdk
fashion-tryon-core
/
com.aiuta.fashionsdk.tryon.core.domain.models
/
ProductGenerationStatus
/
ErrorGenerationStatus
Error
Generation
Status
class
ErrorGenerationStatus
(
val
statusId
:
String
,
val
errorMessage
:
String
?
=
null
,
val
exception
:
Exception
?
=
null
)
:
ProductGenerationStatus
Failed to make generation
Members
Constructors
Error
Generation
Status
Link copied to clipboard
constructor
(
statusId
:
String
,
errorMessage
:
String
?
=
null
,
exception
:
Exception
?
=
null
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
=
null
exception
Link copied to clipboard
val
exception
:
Exception
?
=
null
status
Id
Link copied to clipboard
open
override
val
statusId
:
String