Possible to change error messages returned by couchbase server?

I am in the process of upgrading our couchbase server from 4.5.6 to 5.5.4. A direct result of this is a change in the error message returned to our applications using the.Net client when a document is not found. This change in messaging has broken our ability to parse this error message correctly across many applications.

Is it possible to change the error messages returned by the couchbase server as a temporary fix until we can update all of our client code to handle unexpected message formatting from error messages?

Specifically I’m talking about the Message property in IDocumentResult
https://docs.couchbase.com/sdk-api/couchbase-net-client-2.1.0/html/aa89689b-54ae-59ce-610a-a14d99dc7d33.htm

I’m making the assumption that these error messages come from the server as no client update was done.