Skip to content

Conversation

@lizk886
Copy link
Contributor

@lizk886 lizk886 commented Nov 14, 2025

No description provided.

@lizk886 lizk886 marked this pull request as ready for review November 17, 2025 08:24

| Error Code | Issue | How to Identify in Logs | Steps to Resolve |
| :--- | :--- | :--- | :--- |
| 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 and configuration paths are correct.<br/>**403 errors** - Check IAM permissions for S3 access and verify operator credentials.<br/>**Timeout errors** - Verify network connectivity, check firewall/security group settings allow outbound HTTPS, and ensure UID2 service endpoints are accessible.<br/>**500 errors** - Temporary UID2 service issue, retry or contact UID2 support if persistent. |
Copy link
Contributor

@abuabraham-ttd abuabraham-ttd Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verify operator key is valid and configuration paths are correct.

config path isn't configured by customers. It's baked in.

Check IAM permissions for S3 access and verify operator credentials.

No IAM permission is needed for s3 access, IAM permission is needed only for secret manager access which will throw E02/E03 before getting to this stage.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will solve these comments as a part of "UID2-6295: public documentation coordination" in later stage of private operator release

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, don't we need this error message in GCP, Azure as well ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants