Fixed: Added errorcode 160 - Permission denied on FileStation for easier diagnostics
This commit is contained in:
parent
17cfaf170e
commit
ff885ab3bd
|
@ -47,6 +47,7 @@ namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
|
||||||
|
|
||||||
FileStationMessages = new Dictionary<int, string>
|
FileStationMessages = new Dictionary<int, string>
|
||||||
{
|
{
|
||||||
|
{ 160, "Permission denied. Give your user access to FileStation."},
|
||||||
{ 400, "Invalid parameter of file operation" },
|
{ 400, "Invalid parameter of file operation" },
|
||||||
{ 401, "Unknown error of file operation" },
|
{ 401, "Unknown error of file operation" },
|
||||||
{ 402, "System is too busy" },
|
{ 402, "System is too busy" },
|
||||||
|
|
Loading…
Reference in New Issue