type google.golang.org/genproto/googleapis/rpc/errdetails.ErrorInfo

12 uses

	google.golang.org/genproto/googleapis/rpc/errdetails (current package)
		error_details.pb.go#L246: type ErrorInfo struct {
		error_details.pb.go#L274: func (x *ErrorInfo) Reset() {
		error_details.pb.go#L275: 	*x = ErrorInfo{}
		error_details.pb.go#L283: func (x *ErrorInfo) String() string {
		error_details.pb.go#L287: func (*ErrorInfo) ProtoMessage() {}
		error_details.pb.go#L289: func (x *ErrorInfo) ProtoReflect() protoreflect.Message {
		error_details.pb.go#L302: func (*ErrorInfo) Descriptor() ([]byte, []int) {
		error_details.pb.go#L306: func (x *ErrorInfo) GetReason() string {
		error_details.pb.go#L313: func (x *ErrorInfo) GetDomain() string {
		error_details.pb.go#L320: func (x *ErrorInfo) GetMetadata() map[string]string {
		error_details.pb.go#L1062: 	(*ErrorInfo)(nil),                     // 3: google.rpc.ErrorInfo
		error_details.pb.go#L1133: 			switch v := v.(*ErrorInfo); i {