Commit 512c3bef authored by thopri's avatar thopri
Browse files

updated error log

parent aa36359d
......@@ -11,7 +11,7 @@ MOTU_retry = {'004-27': 'Error in NetcdfWriter finish',
'Excp 11': 'Execution failed: [Excp 11] "Dataset retrival incomplete.'
}
# errors that are not worth retrying e.g. cmems network is down
MOTU_critical = {'50': 'Network Down'}
MOTU_critical = {'Errno 50': 'Network Down'}
# FTP specific errors
FTP_retry = {'999': 'add ftp retry errors here' }
FTP_critical = {'999': 'add ftp critical errors here' }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment