cockroachdb / errors

Go error library with error portability over the network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the UnimplementedError consider its messages as reportable

knz opened this issue · comments

Currently the UnimplementedError constructors consider the messages as always unsafe.

These should be given the same treatement as Newf/Wrapf.