@shopify/cli-kit
    Preparing search index...

    Class GitDirectoryNotCleanError

    An abort error is a fatal error that shouldn't be reported as a bug. Those usually represent unexpected scenarios that we can't handle and that usually require some action from the developer.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • message:
            | string
            | TokenizedString
            | { command: string }
            | LinkToken
            | { char: string }
            | UserInputToken
            | { subdued: string }
            | { filePath: string }
            | ListToken
            | BoldToken
            | { info: string }
            | { warn: string }
            | { error: string }
            | Token[]
      • tryMessage:
            | string
            | TokenizedString
            | { command: string }
            | LinkToken
            | { char: string }
            | UserInputToken
            | { subdued: string }
            | { filePath: string }
            | ListToken
            | BoldToken
            | { info: string }
            | { warn: string }
            | { error: string }
            | Token[]
            | null = null
      • OptionalnextSteps: TokenItem<InlineToken>[]
      • OptionalcustomSections: CustomSection[]

      Returns GitDirectoryNotCleanError

    Properties

    customSections?: CustomSection[]
    formattedMessage?: TokenItem
    nextSteps?: TokenItem<InlineToken>[]
    skipOclifErrorHandling: boolean
    tryMessage: TokenItem | null