screeps-api
    Preparing search index...

    Interface DebugOptions

    Options to use with ScreepsHttpClient.debug

    interface DebugOptions {
        config?: boolean;
        http?: boolean;
        ratelimit?: boolean;
        ratelimitexceeded?: boolean;
        socket?: boolean;
    }
    Index

    Properties

    config?: boolean

    Enable debug logs for ScreepsConfigManager

    http?: boolean

    Enable debug logs for HTTP API requests

    ratelimit?: boolean

    Enable debug logs for HTTP API rate limit state

    ratelimitexceeded?: boolean

    Enable debug logs for HTTP API rate limit exceeded events

    socket?: boolean

    Enable debug logs for WebSocket API events and messages