New error numbers added to OCX¶
While adding several new OCX error messages, it was discovered that some error numbers were being reused for different error text strings. Although this did not cause issues for the neutral (default) language, it created conflicts for localized translations, where a single error number could not reliably map to multiple messages.
To resolve this issue, the duplicated error numbers have been reassigned to unique values. As part of this change, error numbers -57 through -67 have been added, ensuring that each error message is associated with a distinct error number and can be translated correctly across all supported languages.