Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/appengine
/ GetApplicationError
Method
GetApplicationError
internal/remote_api/remote_api.pb.go:293–298 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
291
}
292
293
func
(m *Response) GetApplicationError() *ApplicationError {
294
if
m != nil {
295
return
m.ApplicationError
296
}
297
return
nil
298
}
299
300
func
(m *Response) GetJavaException() []byte {
301
if
m != nil {
Callers
1
call
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected