| Value | Meaning |
|---|---|
| CXLoadDiag_None0 | \brief Indicates that no error occurred. |
| CXLoadDiag_Unknown1 | \brief Indicates that an unknown error occurred while attempting to deserialize diagnostics. |
| CXLoadDiag_CannotLoad2 | \brief Indicates that the file containing the serialized diagnostics could not be opened. |
| CXLoadDiag_InvalidFile3 | \brief Indicates that the serialized diagnostics file is invalid or corrupt. |
Page generated by adrdox
\brief Describes the kind of error that occurred (if any) in a call to \c clang_loadDiagnostics.