Skip to content

Commit 9344039

Browse files
committed
docs: update errors list
1 parent 3fefdfd commit 9344039

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/errors.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ position: 6
1010

1111
Below is the list of all controlled errors that could be thrown:
1212

13-
| Type | Message | Code|
14-
|:--- |:--- |:--- |
15-
|`NoLocaleError` | Missing locale info for {locale} | 101 |
16-
|`NoCurrencyError` | Cannot determine currency information. Please load the locale currencies data. | 201 |
17-
|`NoSupplementalCurrencyError` | Cannot determine currency. Please load the supplemental currencyData. | 202 |
18-
|`NoCurrencyRegionError` | No currency data for region ${territory} | 203 |
19-
|`NoGMTInfoError` | Cannot determine locale GMT format. Please load the locale timeZoneNames data. | 301 |
20-
|`NoWeekDataError` | Cannot determine locale first day of week. Please load the supplemental weekData. | 301 |
21-
|`NoFirstDayError` | Cannot determine locale first day of week. The default culture data includes only en-US first day info. Please load the supplemental weekData. | 301 |
13+
| Type | Message
14+
|:--- |:---
15+
|`NoLocaleError` | Missing locale info for {locale}
16+
|`NoCurrencyError` | Cannot determine currency information. Please load the locale currencies data.
17+
|`NoSupplementalCurrencyError` | Cannot determine currency. Please load the supplemental currencyData.
18+
|`NoCurrencyRegionError` | No currency data for region ${territory}
19+
|`NoCurrencyDisplay` | Cannot determine currency display information. Please load the locale currencies data. The default culture does not include the all currencies data.
20+
|`NoGMTInfoError` | Cannot determine locale GMT format. Please load the locale timeZoneNames data.
21+
|`NoWeekDataError` | Cannot determine locale first day of week. Please load the supplemental weekData.
22+
|`NoFirstDayError` | Cannot determine locale first day of week. The default culture data includes only en-US first day info. Please load the supplemental weekData.
2223

2324
## Suggested Links
2425

0 commit comments

Comments
 (0)