@servicenow/sdk - v4.9.0
    Preparing search index...

    Occurs when there is a problem doing a manipulation.

    Hierarchy

    • InvalidOperationError
      • ManipulationError
    Index

    Constructors

    • Parameters

      • filePath: string
      • oldText: string
      • newText: string
      • errorMessage: string

      Returns ManipulationError

    Properties

    cause?: unknown
    filePath: string
    message: string
    name: string
    newText: string
    oldText: string
    stack?: string