Skip to content

Updated troubleshoot-apiml-error-codes.md #4556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/troubleshoot/troubleshoot-apiml-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,18 @@ The following error message codes may appear on logs or API responses. Use the f

Verify that the URL of the endpoint you are trying to reach is correct.

### ZWEAG120E

Invalid username or password for URL '/gateway/api/v1/auth/login'

**Reason:**

The username or password is invalid.

**Action:**

Provide a valid username and password.

### ZWEAG140E

The 'applicationName' parameter name is missing.
Expand Down
Loading