Decide on names for icu_datetime and icu_calendar errors over FFI #5274
Labels
C-datetime
Component: datetime, calendars, time zones
S-small
Size: One afternoon (small bug fix or enhancement)
Milestone
icu_datetime and icu_calendar have many new, small error enums. We should discuss their naming conventions.
One example which isn't super great is that
icu_calendar::ParseError
is currently exported asCalendarParseError
, even though it is the error resulting from parsing an IXDTF string to a Date, Time, or DateTime. (#5260)The text was updated successfully, but these errors were encountered: