aboutsummaryrefslogtreecommitdiffstats
path: root/src/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c
index 4461b058..f31dfe0b 100644
--- a/src/string.c
+++ b/src/string.c
@@ -68,6 +68,8 @@ serd_strerror(SerdStatus status)
return "Invalid call";
case SERD_ERR_BAD_URI:
return "Invalid or unresolved URI";
+ case SERD_ERR_INVALID:
+ return "Invalid data";
default:
break;
}