MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / ErrorCode

Method ErrorCode

PathCopyCopy/src/PathCopyCopySettings.cpp:1607–1610  ·  view source on GitHub ↗

Returns the associated error code, returned by a Win32 API call. @return Associated error code.

Source from the content-addressed store, hash-verified

1605 // @return Associated error code.
1606 //
1607 LONG SettingsException::ErrorCode() const noexcept
1608 {
1609 return m_ErrorCode;
1610 }
1611
1612 //
1613 // Returns a textual description of the exception.

Callers 4

RegisterPluginMethod · 0.80
UnregisterPluginMethod · 0.80
RegisterPlugin2Method · 0.80
UnregisterPlugin2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected