Home
last modified time | relevance | path

Searched defs:CommonError (Results 1 – 17 of 17) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/configgtm-v1_3/
H A Derrors.go20 type CommonError struct { struct
21 entityName string
22 name string
23 httpErrorMessage string
24 apiErrorMessage string
25 err error
60 func (e CommonError) Network() bool {
67 func (e CommonError) NotFound() bool {
74 func (CommonError) FailedToSave() bool {
78 func (e CommonError) ValidationFailed() bool {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/configgtm-v1_4/
H A Derrors.go20 type CommonError struct { struct
21 entityName string
22 name string
23 httpErrorMessage string
24 apiErrorMessage string
25 err error
60 func (e CommonError) Network() bool {
67 func (e CommonError) NotFound() bool {
74 func (CommonError) FailedToSave() bool {
78 func (e CommonError) ValidationFailed() bool {
[all …]
/dports/net-im/ricochet/ricochet-1.1.4/src/protocol/
H A DControlChannel.proto25 enum CommonError { enum
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp177 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
223 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
227 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp177 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
223 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
227 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp177 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
223 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/archivers/lzma/lzma-19.00/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
227 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp180 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
229 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp177 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
223 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
227 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
227 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
227 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() function in CCallbackConsoleBase
227 CommonError(path, systemError, false); in ReadingFileError_Base() local
/dports/x11-wm/fluxbox/fluxbox-1.3.7/nls/
H A Dfluxbox-nls.hh50 CommonError = 14, enumerator
/dports/net-im/py-nbxmpp/nbxmpp-2.0.4/nbxmpp/
H A Dstructs.py454 class CommonError: class