15 #define PROXYGEN_ERROR_GEN(x) \ 35 x(ClientRenegotiation), \ 40 x(StreamUnacknowledged), \ 43 x(AddressFamilyNotSupported), \ 46 x(UnsupportedExpectation), \ 47 x(MethodNotSupported), \ 48 x(UnsupportedScheme), \ 50 x(IngressStateTransition), \ 57 x(DNSOtherCancelled), \ 61 x(DNSunimplemented), \ 64 x(EarlyDataRejected), \ 69 #define PROXYGEN_ERROR_BITSIZE 6 71 #define PROXYGEN_ERROR_ENUM(error) kError##error 77 #undef PROXYGEN_ERROR_ENUM
requires And< SemiMovable< VN >... > &&SemiMovable< E > auto error(E e)
const char * getErrorStringByIndex(int i)
#define PROXYGEN_ERROR_ENUM(error)
#define PROXYGEN_ERROR_GEN(x)
const char * getErrorString(ProxygenError error)