Skip to documentation
SLOP

tiny.http.ClientError

Reference tiny.http ClientError

Defined in tiny.http.

No direct callersNo direct callstiny.httpClientError
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/http/src/client/runtime.zig:32

zig
pub const ClientError = client_operation.Error || client_response.Error || error{    ConnectionFailed,    TunnelUnsupported,    TlsFailed,    WriteFailed,    OutOfMemory,};

Source: lib/http/src/root.zig:103

zig
pub const ClientError = client.ClientError;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433