NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsDiagnosticSeverity.cs
1namespace NdsForge;
2
15
NdsDiagnosticSeverity
Indicates the impact of a validation finding.
@ Warning
Suspicious data that can still be interpreted safely.
@ Error
Malformed or inconsistent data that prevents a reliable operation.
@ Information
Additional information that does not indicate malformed data.