Documentation - v1.2.0-alpha.10
    Preparing search index...
    TeamsExtensionErrors: { [key: string]: AgentErrorDefinition } = ...

    Error definitions for the Teams Extensions system. This contains localized error codes for the Teams Extensions subsystem of the AgentSDK.

    Each error definition includes an error code (starting from -150000), a description, and a help link pointing to an AKA link to get help for the given error.

    Usage example:

    throw ExceptionHelper.generateException(
    Error,
    Errors.ContextRequired
    );

    Type Declaration