Documentation
    Preparing search index...

    Type Alias ErrorSource

    type ErrorSource = {
        AGENT: "agent";
        CONSOLE: "console";
        CUSTOM: "custom";
        LOGGER: "logger";
        NETWORK: "network";
        REPORT: "report";
        SOURCE: "source";
    }
    Index

    Properties

    AGENT: "agent" = 'agent'
    CONSOLE: "console" = 'console'
    CUSTOM: "custom" = 'custom'
    LOGGER: "logger" = 'logger'
    NETWORK: "network" = 'network'
    REPORT: "report" = 'report'
    SOURCE: "source" = 'source'