# Functions
ToGRPC will attempt to map the error into a grpc error, from the error types defined in the the errdefs package and attempign to preserve the original description.
ToGRPCf maps the error to grpc error codes, assembling the formatting string and combining it with the target error string.
ToNative returns the underlying error from a grpc service based on the grpc error code.