Package-level declarations
Types
Link copied to clipboard
Public reason why a try-on operation was aborted.
Link copied to clipboard
Stage of the try-on generation pipeline at which a failure occurred.
Link copied to clipboard
class AiutaTryOnGenerationException(val type: AiutaTryOnExceptionType, val message: String? = "Failed to generate image, type of error - ", val abortReason: AiutaTryOnAbortReason? = null) : RuntimeException
Thrown when a try-on generation fails at any stage of the pipeline.
Functions
Link copied to clipboard
Returns true if this exception is an AiutaTryOnGenerationException caused by the backend aborting the operation (AiutaTryOnExceptionType.OPERATION_ABORTED_FAILED).