Skip to content

Commit e5563c7

Browse files
authored
Merge pull request #976 from IABTechLab/wzh-UID2-6295-improve-wordings-for-E12-error-code
updating wordings + use snippet for runtime error section
2 parents d4fe902 + 4f753ee commit e5563c7

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

docs/guides/operator-guide-aws-marketplace.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
1313
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1414
import SnptAttestFailure from '../snippets/_snpt-private-operator-attest-failure.mdx';
1515
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';
16+
import SnptRuntimeErrors from '../snippets/_snpt-private-operator-runtime-errors.mdx';
1617

1718
# UID2 Private Operator for AWS Integration Guide
1819

@@ -379,7 +380,7 @@ Error codes for Private Operator issues are applicable only to release v5.49.7 a
379380

380381
### Startup Errors
381382

382-
The following errors occur during operator startup:
383+
The following errors might occur during operator startup:
383384

384385
| Error Code | Issue | Steps to Resolve |
385386
| :--- | :--- | :--- |
@@ -392,11 +393,9 @@ The following errors occur during operator startup:
392393

393394
### Runtime Errors
394395

395-
The following errors occur during operator runtime:
396+
The following errors might occur during operator runtime:
396397

397-
| Error Code | Issue | How to Identify in Logs | Steps to Resolve |
398-
| :--- | :--- | :--- | :--- |
399-
| E12 | Data Download Failure | Look for log messages containing `"E12: Data Download Failure"` along with `"Failed to load"` errors from `RotatingStoreVerticle`. These will include HTTP status codes (e.g., `"HTTP response code 403"`) or exception types (e.g., `"exception: IOException"`). | Check the HTTP status code or exception in the error message: <br/>**404 errors** - Verify operator key is valid for the environment.<br/>**403 errors** - Verify operator key and credentials are correct.<br/>**Timeout errors** - Verify network connectivity, check firewall/security group settings allow outbound HTTPS (port 443), and ensure UID2 service endpoints are accessible.<br/>**500/503 errors** - Temporary UID2 service issue, retry or contact UID2 support if persistent. |
398+
<SnptRuntimeErrors />
400399

401400
## Technical Support
402401

docs/guides/operator-guide-azure-enclave.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
1313
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1414
import SnptAttestFailure from '../snippets/_snpt-private-operator-attest-failure.mdx';
1515
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';
16+
import SnptRuntimeErrors from '../snippets/_snpt-private-operator-runtime-errors.mdx';
1617

1718
# UID2 Private Operator for Azure Integration Guide
1819

@@ -357,7 +358,7 @@ Error codes for Private Operator issues are applicable only to release v5.49.7 a
357358

358359
### Startup Errors
359360

360-
The following errors occur during operator startup:
361+
The following errors might occur during operator startup:
361362

362363
| Error Code | Issue | Steps to Resolve |
363364
| :--- | :--- | :--- |
@@ -370,8 +371,6 @@ The following errors occur during operator startup:
370371

371372
### Runtime Errors
372373

373-
The following errors occur during operator runtime:
374+
The following errors might occur during operator runtime:
374375

375-
| Error Code | Issue | How to Identify in Logs | Steps to Resolve |
376-
| :--- | :--- | :--- | :--- |
377-
| E12 | Data Download Failure | Look for log messages containing `"E12: Data Download Failure"` along with `"Failed to load"` errors from `RotatingStoreVerticle`. These will include HTTP status codes (e.g., `"HTTP response code 403"`) or exception types (e.g., `"exception: IOException"`). | Check the HTTP status code or exception in the error message: <br/>**404 errors** - Verify operator key is valid for the environment.<br/>**403 errors** - Verify operator key and credentials are correct.<br/>**Timeout errors** - Verify network connectivity, check NSG/firewall rules allow outbound HTTPS (port 443), and ensure UID2 service endpoints are accessible.<br/>**500/503 errors** - Temporary UID2 service issue, retry or contact UID2 support if persistent. |
376+
<SnptRuntimeErrors />

docs/guides/operator-private-gcp-confidential-space.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import SnptUpgradePolicy from '../snippets/_snpt-private-operator-upgrade-policy
1313
import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx';
1414
import SnptAttestFailure from '../snippets/_snpt-private-operator-attest-failure.mdx';
1515
import SnptRotatingTheKeys from '../snippets/_snpt-private-operator-rotating-the-keys.mdx';
16+
import SnptRuntimeErrors from '../snippets/_snpt-private-operator-runtime-errors.mdx';
1617

1718
# UID2 Private Operator for GCP Integration Guide
1819

@@ -553,7 +554,7 @@ Error codes for Private Operator issues are applicable only to release v5.49.7 a
553554
554555
### Startup Errors
555556
556-
The following errors occur during operator startup:
557+
The following errors might occur during operator startup:
557558
558559
| Error Code | Issue | Steps to Resolve |
559560
| :--- | :--- | :--- |
@@ -566,8 +567,6 @@ The following errors occur during operator startup:
566567
567568
### Runtime Errors
568569
569-
The following errors occur during operator runtime:
570+
The following errors might occur during operator runtime:
570571
571-
| Error Code | Issue | How to Identify in Logs | Steps to Resolve |
572-
| :--- | :--- | :--- | :--- |
573-
| E12 | Data Download Failure | Look for log messages containing `"E12: Data Download Failure"` along with `"Failed to load"` errors from `RotatingStoreVerticle`. These will include HTTP status codes (e.g., `"HTTP response code 403"`) or exception types (e.g., `"exception: IOException"`). | Check the HTTP status code or exception in the error message: <br/>**404 errors** - Verify operator key is valid for the environment.<br/>**403 errors** - Verify operator key and credentials are correct.<br/>**Timeout errors** - Verify network connectivity, check VPC firewall rules allow outbound HTTPS (port 443), and ensure UID2 service endpoints are accessible.<br/>**500/503 errors** - Temporary UID2 service issue, retry or contact UID2 support if persistent. |
572+
<SnptRuntimeErrors />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| Error Code | Issue | How to Identify in Logs | Steps to Resolve |
2+
| :--- | :--- | :--- | :--- |
3+
| E12 | Data Download Failure | Look for log messages containing `E12: Data Download Failure` or `Failed to load` errors from `RotatingStoreVerticle`. These messages include HTTP status codes (for example, `HTTP response code 403`) or exception types (for example, `exception: IOException`). | Check the HTTP status code or exception in the error message and resolve accordingly:<br/>**404 errors**: Verify that the operator key is valid for the environment.<br/>**403 errors**: Verify that the operator key and credentials are correct.<br/>**Timeout errors**: Verify network connectivity, check that firewall/security group settings allow outbound HTTPS (port 443), and ensure that the UID2 service endpoints are accessible.<br/>**500/503 errors**: This code indicates a temporary UID2 service issue. Retry, and if the error persists contact UID2 support. |
4+

0 commit comments

Comments
 (0)