Searched defs:DLLError (Results 1 – 2 of 2) sorted by relevance
27 type DLLError struct { struct28 Err error29 ObjName string30 Msg string33 func (e *DLLError) Error() string { return e.Msg }35 func (e *DLLError) Unwrap() error { return e.Err }
15 type DLLError struct { struct16 Err error17 ObjName string18 Msg string21 func (e *DLLError) Error() string { return e.Msg }23 func (e *DLLError) Unwrap() error { return e.Err }