package fserr func TransferFromError(err error) error { return withStack{ error: err, stack: callers(), } }