ClosedBit error docs

CB_ERR_NETWORK_IO

Network operation failed. An HTTP, WebSocket, socket, DNS, or API request failed.

Why it happens

An HTTP, WebSocket, socket, DNS, or API request failed.

How to fix it

Check the URL, network access, timeout, and fallback branch.

Copy-paste fix pattern
library CB-Networking.HTTP

fn main() {
    string body = CB-Networking.HTTP.get_or("https://example.com/api/status", "{}")
    println(body)
}
Runtime and Studio now show this kind of page from the error dialog: plain message first, stable code second, original details third.