LeviLamina
Loading...
Searching...
No Matches
WebServiceError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/services/Response.h"
7
8namespace Bedrock::Http {
9
10struct WebServiceError : public ::std::variant<::std::error_code, ::Bedrock::Http::Response> {};
11
12} // namespace Bedrock::Http
Definition WebServiceError.h:10