conservator icon indicating copy to clipboard operation
conservator copied to clipboard

Expose error->string service via zerror()

Open mheffner opened this issue 10 years ago • 0 comments

Given conservator returns the ZK lib error code values from multiple functions, it would be valuable to have an int code->string msg lookup service. This could be just a wrapper around zerror() in the underlying ZK lib.

For now consumers can just call zerror(), but it is an abstraction leak.

mheffner avatar Dec 09 '15 23:12 mheffner