Home
last modified time | relevance | path

Searched defs:APIError (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dinternal.go43 type APIError struct { struct
44 Service string
45 Detail string
46 Code int32 // API-specific error code
49 func (e *APIError) Error() string {
69 func (e *APIError) IsTimeout() bool {