Searched refs:BError (Results 1 - 13 of 13) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DErrorsExt.cpp20 BError::BError(const char* origin) function in class:BError
27 BError::BError(BString origin) function in class:BError
34 BError::~BError() noexcept = default;
37 BError::BError(const BError& error) = default;
40 BError
[all...]
H A DNetServicesMisc.cpp23 BError(origin),
32 BError(std::move(origin)),
65 BError(origin),
73 BError(std::move(origin)),
99 BError(origin),
110 BError(origin),
H A DHttpTime.cpp57 BError(origin),
76 BString output = BError::DebugMessage();
H A DHttpFields.cpp90 BError(origin),
106 BString output = BError::DebugMessage();
H A DHttpRequest.cpp34 BError(origin),
53 BString output = BError::DebugMessage();
H A DHttpSession.cpp712 } catch (BError& error) {
/haiku/headers/private/netservices2/
H A DErrorsExt.h21 class BError class in namespace:BPrivate::Network
24 BError(const char* origin);
25 BError(BString origin);
26 virtual ~BError() noexcept;
28 BError(const BError& error);
29 BError(BError&& error) noexcept;
31 BError& operator=(const BError
[all...]
H A DNetServicesDefs.h21 class BUnsupportedProtocol : public BError
40 class BInvalidUrl : public BError
55 class BNetworkRequestError : public BError
H A DHttpTime.h51 class BHttpTime::InvalidInput : public BError
H A DExclusiveBorrow.h19 class BBorrowError : public BError
24 BError(origin)
H A DHttpFields.h74 class BHttpFields::InvalidInput : public BError
H A DHttpRequest.h64 class BHttpMethod::InvalidMethod : public BError
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp556 } catch (const BPrivate::Network::BError& e) {
573 } catch (const BPrivate::Network::BError& e) {
598 } catch (const BPrivate::Network::BError& e) {
631 } catch (const BPrivate::Network::BError& e) {
657 } catch (const BPrivate::Network::BError& e) {
678 } catch (const BPrivate::Network::BError& e) {

Completed in 96 milliseconds