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

    Error definitions for the CosmosDB storage system. This contains localized error codes for the CosmosDB storage subsystem of the AgentSDK.

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

    Usage example:

    throw ExceptionHelper.generateException(
    ReferenceError,
    Errors.MissingCosmosDbStorageOptions
    );

    Type Declaration