Wrap error:
err := fmt.Errorf("Something wrong: %w", rootErr)
Unwrap error:
rootErr := errors.Unwrap(err)