ChatBotKit Node SDK
    Preparing search index...

    Class AuthorizationRequiredError

    Thrown when the API responds with 409 authorization_required - the linked secret or connection has not been authenticated yet. url is the address the user must visit to authorize; data carries the full response body.

    Hierarchy

    • FetchError
      • AuthorizationRequiredError
    Index
    • Parameters

      • message: string
      • Optionalmeta: { data?: any; status?: number; url?: string } = {}

      Returns AuthorizationRequiredError