(e)
| 1069 | return `An ancestor parsed field "${e}" as ${n} but a child wants to parse the field as ${t}.`; |
| 1070 | } |
| 1071 | function ii(e) { |
| 1072 | return `Config.customFormatTypes is not true, thus custom format type and format for channel ${e} are dropped.`; |
| 1073 | } |
| 1074 | function ri(e) { |
| 1075 | return `${e}Offset dropped because ${e} is continuous`; |
| 1076 | } |