ping-identity
    Preparing search index...

    Type Alias JourneySubmitIssue

    Helper issue record for callback submit planning.

    type JourneySubmitIssue = {
        callbackType?: JourneyCallbackType;
        code: JourneySubmitIssueCode;
        fieldId?: string;
        message: string;
    }
    Index

    Properties

    callbackType?: JourneyCallbackType

    Optional callback type associated with the issue.

    Stable issue code.

    fieldId?: string

    Optional normalized field id associated with the issue.

    message: string

    Human-readable issue message for UI display.