mirror of
https://github.com/MobileTooling/Ffu2Vhdx.git
synced 2026-07-27 12:48:20 -07:00
14 lines
265 B
C#
14 lines
265 B
C#
namespace Microsoft.WindowsPhone.Imaging
|
|
{
|
|
public enum ErrorCategory
|
|
{
|
|
Unknown = -1,
|
|
BadCommandLineParams,
|
|
IncorrectUserInput,
|
|
MissingArtifact,
|
|
BadContent,
|
|
UnexpectedState,
|
|
XmlSerialization
|
|
}
|
|
}
|