You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -191,6 +197,9 @@ async function as_underlying_atomic_identifier_for_attribute_id(attributeId) {
191
197
)
192
198
returnatomicInfo ? atomicInfo.atomicId : null
193
199
}else{
200
+
envConfig.logError(
201
+
`In as_underlying_atomic_identifier_for_attribute_id, could not determine the data type. Type name: ${attributeDetails?.type||'unknown'}, resolved dataType: ${JSON.stringify(dataType)}`
@@ -135,6 +134,9 @@ async function asUnderlyingTypeHelper(dataType, context, packageIds) {
135
134
){
136
135
returncontext.global.overridable.stringType()
137
136
}else{
137
+
envConfig.logError(
138
+
`In asUnderlyingTypeHelper, could not determine the data type. This might be due to an unknown type passed to asUnderlyingType. Received: ${JSON.stringify(dataType)}`
0 commit comments