Error

@Serializable
data class Error(val errorResult: MiSnapErrorResult) : MiSnapWorkflowStep.Result

Represents the failure of a MiSnapWorkflowStep either because if found an error or because it was skipped.

Constructors

Link copied to clipboard
constructor(errorResult: MiSnapErrorResult)

Properties

Link copied to clipboard

The specific workflow error that failed.