(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 | } |
| 1077 | function oi(e) { |
| 1078 | return `Invalid field type "${e}".`; |
| 1079 | } |