mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Fix naming style.
This commit is contained in:
@@ -38,7 +38,10 @@
|
||||
|
||||
namespace Aaru.CommonTypes.Enums;
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
/// <summary>Enumerates error codes. Negative for UNIX error number equivalents, positive for Aaru error numbers.</summary>
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public enum ErrorNumber
|
||||
{
|
||||
NotPermitted = -1,
|
||||
|
||||
Reference in New Issue
Block a user