Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/testpty/
Dpty.go31 var ErrNotSupported = errors.New("testpty.Open not implemented on this platform") var
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Drequest.go64 ErrNotSupported = &ProtocolError{"feature not supported"} var