Skip to content

Commit

Permalink
updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav Maji committed Sep 17, 2024
1 parent f8fc38c commit 5f3553f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ private SchemaEntry maybeFetchLatestValueSchemaEntry() {
}
}
if (latest == null || !isValidSchemaEntry(latest)) {
throw new VeniceClientException("Could not find latest value schema for store " + storeName);
throw new VeniceClientException("Failed to get latest value schema for store: " + storeName);
}
return latest;
}
Expand Down

0 comments on commit 5f3553f

Please sign in to comment.