mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 23:55:35 -04:00
FeedReader: Show error when some post could not be created
This commit is contained in:
parent
8422d3fc8c
commit
f9ca6cd3e1
6 changed files with 156 additions and 120 deletions
|
@ -56,6 +56,7 @@ enum RsFeedReaderErrorState {
|
|||
RS_FEED_ERRORSTATE_PROCESS_POSTED_NOT_FOUND = 105,
|
||||
RS_FEED_ERRORSTATE_PROCESS_POSTED_NO_ADMIN = 106,
|
||||
RS_FEED_ERRORSTATE_PROCESS_POSTED_NO_AUTHOR = 107,
|
||||
RS_FEED_ERRORSTATE_PROCESS_POST = 108,
|
||||
|
||||
RS_FEED_ERRORSTATE_PROCESS_HTML_ERROR = 150,
|
||||
RS_FEED_ERRORSTATE_PROCESS_XPATH_INTERNAL_ERROR = 151,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue