aboutsummaryrefslogtreecommitdiffstats
path: root/src/string.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-12 13:28:47 +0200
committerDavid Robillard <d@drobilla.net>2020-06-21 18:12:04 +0200
commite58e51850bc388ef666ebdf29d213878f5ec0629 (patch)
tree1faee34b2488d6d94634d602c9d56f083662db48 /src/string.c
parent23ac6850e10baa32ade25f8a090329672ce99318 (diff)
downloadserd-e58e51850bc388ef666ebdf29d213878f5ec0629.tar.gz
serd-e58e51850bc388ef666ebdf29d213878f5ec0629.tar.bz2
serd-e58e51850bc388ef666ebdf29d213878f5ec0629.zip
Add model
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c
index 53286411..4f308cf6 100644
--- a/src/string.c
+++ b/src/string.c
@@ -37,6 +37,7 @@ serd_strerror(SerdStatus status)
case SERD_ERR_UNKNOWN: return "Unknown error";
case SERD_ERR_BAD_SYNTAX: return "Invalid syntax";
case SERD_ERR_BAD_ARG: return "Invalid argument";
+ case SERD_ERR_BAD_ITER: return "Invalid iterator";
case SERD_ERR_NOT_FOUND: return "Not found";
case SERD_ERR_ID_CLASH: return "Blank node ID clash";
case SERD_ERR_BAD_CURIE: return "Invalid CURIE";