aboutsummaryrefslogtreecommitdiff
path: root/src/strerrno.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-17 00:24:03 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-01-17 00:52:19 +0100
commit4724025e6c817761052fc0dc8810fd489a9e0104 (patch)
tree21117e52f95b8f36880efef8cd71c1fcec21242c /src/strerrno.cpp
parent66fd99a8831955034cb25c8468ecfe1f9d3a7d62 (diff)
parentd76e6202d27c730b4dcbf16b8c1575c11b703485 (diff)
downloadPROJ-4724025e6c817761052fc0dc8810fd489a9e0104.tar.gz
PROJ-4724025e6c817761052fc0dc8810fd489a9e0104.zip
Merge branch 'master' into rfc4_merge_back_master
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 */