@overmap-ai/core 1.0.25-fix-api-error-messages.1 → 1.0.25-fix-api-error-messages.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3410,6 +3410,7 @@ async function performRequest(action, client) {
3410
3410
  try {
3411
3411
  return await requestToSend.query(queryParams);
3412
3412
  } catch (error) {
3413
+ console.debug("TYPE OF ERROR:", typeof error, error instanceof Error, error instanceof Response);
3413
3414
  console.error(error);
3414
3415
  const originalError = error;
3415
3416
  if (originalError.status === 401) {