When errors are encountered at parse time deserializing class or instance MOFs, the errors reported by the parser are lost. This is due to MI_RESULT_TYPE_MOF_PARSER not being handled by OMI_ErrorFromErrorCode.
this is seen with DSC/Linux when errors are encountered parsing a configuration or meta MOF that contains errors. Instead of receiving a specific error, a generalized file load error is reported.
When errors are encountered at parse time deserializing class or instance MOFs, the errors reported by the parser are lost. This is due to MI_RESULT_TYPE_MOF_PARSER not being handled by OMI_ErrorFromErrorCode.
this is seen with DSC/Linux when errors are encountered parsing a configuration or meta MOF that contains errors. Instead of receiving a specific error, a generalized file load error is reported.
See Dsc/Linux issue https://github.com/Microsoft/PowerShell-DSC-for-Linux/issues/83 for an example.