Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dasn1.go37 type StructuralError struct { struct
38 Msg string
41 func (e StructuralError) Error() string { return "asn1: structure error: " + e.Msg }
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/bzip2/
Dbzip2.go17 type StructuralError string type