errors.fyi community error code reference
UnicodeTranslateError
python

UnicodeTranslateError

Raised when a string cannot be translated (e.g. via str.encode("ascii", "xmlcharrefreplace")) due to an unmappable character.

References

โ† all namespaces for UnicodeTranslateError