Home
last modified time | relevance | path

Searched refs:GetErrorCategory (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/public/provider/chrome/browser/signin/
H A Dsignin_error_provider.h41 virtual SigninErrorCategory GetErrorCategory(NSError* error);
H A Dsignin_error_provider.mm17 SigninErrorCategory SigninErrorProvider::GetErrorCategory(NSError* error) {
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_error.cpp68 /* static */ ScriptError::ErrorCategories ScriptError::GetErrorCategory() in GetErrorCategory() function in ScriptError
H A Dscript_error.hpp149 static ErrorCategories GetErrorCategory();
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-finspace-data/include/aws/finspace-data/model/
H A DErrorInfo.h95 inline const ErrorCategory& GetErrorCategory() const{ return m_errorCategory; } in GetErrorCategory() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/signin/
H A Ddevice_accounts_provider_impl.mm105 switch (provider->GetErrorCategory(error)) {
/dports/games/openttd/openttd-12.1/regression/regression/
H A Dmain.nut1168 print(" GetErrorCategory(): " + AIError.GetErrorCategory());