Refactor IMediaImage.ReadSector(s) to return error status instead of buffer.

This commit is contained in:
2021-09-19 21:16:40 +01:00
parent 0046bdd046
commit 5bc77788ec
2 changed files with 6 additions and 3 deletions

View File

@@ -170,6 +170,7 @@ namespace Aaru.CommonTypes.Enums
/// <summary>Cannot open device</summary>
CannotOpenDevice = 27,
/// <summary>Cannot remove the existing database</summary>
CannotRemoveDatabase = -28
CannotRemoveDatabase = 28,
SectorNotFound=29
}
}