Searched defs:EmbedError (Results 1 – 1 of 1) sorted by relevance
2032 type EmbedError struct { struct2033 Pattern string2034 Err error2037 func (e *EmbedError) Error() string {2041 func (e *EmbedError) Unwrap() error {