PowerKeys Scripting API
    Preparing search index...

    Type Alias HttpSendRequestErrorCode

    HttpSendRequestErrorCode:
        | "invalid_request"
        | "network"
        | "timeout"
        | "permission_denied"
        | "cancelled"
        | "busy"
        | "limit_exceeded"

    Stable transport/admission error code exposed when an HTTP operation rejects. busy is a retryable admission refusal, limit_exceeded is a PowerKeys or caller byte budget, and network is reserved for real transport failures.