MCPcopy Create free account
hub / github.com/apache/thrift / Error

Method Error

lib/go/thrift/application_exception.go:106–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (e tApplicationException) Error() string {
107 if e.message != "" {
108 return e.message
109 }
110 return defaultApplicationExceptionMessage[e.type_]
111}
112
113func (e tApplicationException) Unwrap() error {
114 return e.err

Callers 1

WriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected