aboutsummaryrefslogtreecommitdiff
path: root/src/strerrno.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strerrno.cpp')
-rw-r--r--src/strerrno.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strerrno.cpp b/src/strerrno.cpp
index 9bf5f45a..5ae0d7e1 100644
--- a/src/strerrno.cpp
+++ b/src/strerrno.cpp
@@ -71,6 +71,7 @@ pj_err_list[] = {
"inconsistent unit type between input and output", /* -59 */
"arguments are mutually exclusive", /* -60 */
"generic error of unknown origin", /* -61 */
+ "network error", /* -62 */
/* When adding error messages, remember to update ID defines in
projects.h, and transient_error array in pj_transform */