Agent Client Protocol - v0.0.33
    Preparing search index...

    Class RequestError

    JSON-RPC error object.

    Represents an error that occurred during method execution, following the JSON-RPC 2.0 error object specification with optional additional data.

    See protocol docs: JSON-RPC Error Object

    Hierarchy

    • Error
      • RequestError
    Index

    Constructors

    Properties

    data?: { details?: string }
    code: number

    Methods

    • Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.

      Parameters

      • Optionaldetails: string

      Returns RequestError