Interface BaseHTTPClientError

BaseHTTPClientError is the interface that errors thrown by methods of BaseHTTPClient should be using

interface BaseHTTPClientError {
    response: BaseHTTPClientResponse;
}

Properties

Properties

Generated using TypeDoc