1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00

Fixed: Added errorcode 160 - Permission denied on FileStation for easier diagnostics

This commit is contained in:
Marcelo Castagna 2018-03-09 18:53:15 -03:00 committed by Taloth
parent 17cfaf170e
commit ff885ab3bd

View File

@ -47,6 +47,7 @@ static DiskStationError()
FileStationMessages = new Dictionary<int, string>
{
{ 160, "Permission denied. Give your user access to FileStation."},
{ 400, "Invalid parameter of file operation" },
{ 401, "Unknown error of file operation" },
{ 402, "System is too busy" },