Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.12 KB

errors.md

File metadata and controls

31 lines (26 loc) · 2.12 KB
title page_title description slug position
List of Errors
List of Errors | Kendo UI Internationalization
List of possible exceptions that the Internationalization package might throw.
errors_internalization_kendoui
2

List of Errors

The following table provides the full list of controlled errors that might possibly be thrown by the Internationalization package.

TYPE MESSAGE
NoLocaleError Missing locale information for {locale}.
NoCurrencyError Cannot determine the currency information. Load the currency data of the locale.
NoSupplementalCurrencyError Cannot determine the currency. Load the supplemental currencyData.
NoCurrencyRegionError Missing currency information for the region ${territory}.
NoCurrencyDisplay Cannot determine the display information for the currency. Load the currency data of the locale. The default culture does not include all currency data.
NoGMTInfoError Cannot determine the GMT format of the locale. Load the timeZoneNames data of the locale.
NoWeekDataError Cannot determine the first week day of the locale. Load the supplemental weekData.
NoFirstDayError Cannot determine the first week day of the locale. The default culture data includes only the en-US first day information. Load the supplemental weekData.

Suggested Links