Skip to content

Documentation / @agentick/mcp / ElicitationCancelled

Class: ElicitationCancelled

Defined in: server/elicitation.ts:35

Thrown when the user dismissed the elicitation without deciding.

Extends

  • Error

Constructors

Constructor

new ElicitationCancelled(message?): ElicitationCancelled

Defined in: server/elicitation.ts:36

Parameters

message?

string = "User cancelled the elicitation"

Returns

ElicitationCancelled

Overrides

Error.constructor

Released under the ISC License.