Searched defs:StructuralError (Results 1 – 2 of 2) sorted by relevance
37 type StructuralError struct { struct38 Msg string41 func (e StructuralError) Error() string { return "asn1: structure error: " + e.Msg }
17 type StructuralError string type