langchain.js
    Preparing search index...

    Class ToolInputParsingException

    Custom error class used to handle exceptions related to tool input parsing. It extends the built-in Error class and adds an optional output property that can hold the output that caused the exception.

    Hierarchy

    • Error
      • ToolInputParsingException
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • message: string
      • Optionaloutput: string

      Returns ToolInputParsingException

    Properties

    output?: string