Finished #633 (First part of the queuing)

This commit is contained in:
Jamie.Rees 2016-11-08 14:15:33 +00:00
parent 1c7fb2e93e
commit 2bd7ece9d0
10 changed files with 460 additions and 155 deletions

View file

@ -38,5 +38,12 @@ namespace PlexRequests.Store.Models
public byte[] Content { get; set; }
public FaultType FaultType { get; set; }
}
public enum FaultType
{
RequestFault,
MissingInformation
}
}