From 1ba44998b0c5b8d76d574531d60b703ad56a2c8a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 May 2018 15:48:25 +0200 Subject: Add model validation --- src/string.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/string.c') 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; } -- cgit v1.2.1