@mendix/extensions-api - v0.3.0
    Preparing search index...

    Type Alias FailedProgressStepResult

    Represents a failed progress step, with error if any occurred.

    type FailedProgressStepResult = {
        error: string;
        stepTitle: string;
    }
    Index

    Properties

    Properties

    error: string

    The error message explaining why the step failed.

    stepTitle: string

    The title of the step that has failed.