Since grpc-ecosystem/grpc-gateway#1127 it's possible to define an Error message via registering .grpc.gateway.runtime.Error and .grpc.gateway.runtime.StreamError.
Right now, these definitions are explicitly disabled in clay via SetDisableDefaultErrors(true), but it would be great to reenable them if the user somehow provides an Error when generating Go code.
Since grpc-ecosystem/grpc-gateway#1127 it's possible to define an Error message via registering
.grpc.gateway.runtime.Errorand.grpc.gateway.runtime.StreamError.Right now, these definitions are explicitly disabled in clay via
SetDisableDefaultErrors(true), but it would be great to reenable them if the user somehow provides anErrorwhen generating Go code.