Type alias HAPHttpError

HAPHttpError: {
    httpCode: HAPHTTPCode;
    status: HAPStatus;
}

Type declaration