Structs§
- Make passing error code to SF api easier. Provides conversion from windows errors or fabric error code to windows_core::Error.
Enums§
- SF uses win32 hresult code together with the fabric error code. See: https://github.com/microsoft/service-fabric/blob/master/src/prod/src/Common/ErrorCodeValue.h We provide the common win32 hresult code that SF uses. They are helpful when returning from Rust back into SF com api.