ErrorMessageI18nHandler: ((e, t) => string | null)

Translation method for handling error messages. This is used to translate error messages from the backend into a user-friendly message. Use the code and t function provided to return a translated error message, or return null if the error should not be shown.

Type declaration

    • (e, t): string | null
    • Parameters

      Returns string | null

Generated using TypeDoc