mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 10:58:31 -05:00
More UI updates and cleanup
This commit is contained in:
19
Application/Feeds/FeedReadResult.cs
Normal file
19
Application/Feeds/FeedReadResult.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace FeedCenter;
|
||||
|
||||
public enum FeedReadResult
|
||||
{
|
||||
Success,
|
||||
NotModified,
|
||||
NotDue,
|
||||
UnknownError,
|
||||
InvalidXml,
|
||||
NotEnabled,
|
||||
Unauthorized,
|
||||
NoResponse,
|
||||
NotFound,
|
||||
Timeout,
|
||||
ConnectionFailed,
|
||||
ServerError,
|
||||
Moved,
|
||||
TemporarilyUnavailable
|
||||
}
|
||||
Reference in New Issue
Block a user