deprecated
type CallTrace struct {
Service string `protobuf:"bytes,1,opt,name=Service" json:"Service,omitempty"`
Method string `protobuf:"bytes,2,opt,name=Method" json:"Method,omitempty"`
Message string `protobuf:"bytes,3,opt,name=Message" json:"Message,omitempty"`
}
func (*CallTrace) Descriptor() ([]byte, []int)
func (m *CallTrace) GetMessage() string
func (m *CallTrace) GetMethod() string
func (m *CallTrace) GetService() string
func (*CallTrace) ProtoMessage()
func (m *CallTrace) Reset()
func (m *CallTrace) String() string
deprecated
type FrameworkMessageDetail struct {
CallTraces []*CallTrace `protobuf:"bytes,1,rep,name=CallTraces" json:"CallTraces,omitempty"`
Message string `protobuf:"bytes,2,opt,name=Message" json:"Message,omitempty"`
RequestID string `protobuf:"bytes,3,opt,name=RequestID" json:"RequestID,omitempty"`
}
func (*FrameworkMessageDetail) Descriptor() ([]byte, []int)
func (m *FrameworkMessageDetail) GetCallTraces() []*CallTrace
func (m *FrameworkMessageDetail) GetMessage() string
func (m *FrameworkMessageDetail) GetRequestID() string
func (*FrameworkMessageDetail) ProtoMessage()
func (m *FrameworkMessageDetail) Reset()
func (m *FrameworkMessageDetail) String() string