mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor IMediaImage.ReadSector(s) to return error status instead of buffer.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user