NdsForge.NET
1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsDiagnosticSeverity.cs
1
namespace
NdsForge
;
2
4
public
enum
NdsDiagnosticSeverity
5
{
7
Information
,
8
10
Warning
,
11
13
Error
,
14
}
15
NdsForge
Definition
NdsBanner.cs:5
NdsForge.NdsDiagnosticSeverity
NdsDiagnosticSeverity
Indicates the impact of a validation finding.
Definition
NdsDiagnosticSeverity.cs:5
NdsForge.NdsDiagnosticSeverity.Warning
@ Warning
Suspicious data that can still be interpreted safely.
Definition
NdsDiagnosticSeverity.cs:10
NdsForge.NdsDiagnosticSeverity.Error
@ Error
Malformed or inconsistent data that prevents a reliable operation.
Definition
NdsDiagnosticSeverity.cs:13
NdsForge.NdsDiagnosticSeverity.Information
@ Information
Additional information that does not indicate malformed data.
Definition
NdsDiagnosticSeverity.cs:7
src
NdsForge
Diagnostics
NdsDiagnosticSeverity.cs
Generated by
1.17.0