Documentation - v1.2.0-alpha.3
    Preparing search index...

    Variable ActivityErrorsConst

    ActivityErrors: { [key: string]: AgentErrorDefinition } = ...

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

    Each error definition includes an error code (starting from -110000), 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.InvalidActivityTypeUndefined
    );

    Type Declaration