Learn how to diagnose authentication, validation, and endpoint errors.
Validation errors (400)
No example provided in the source specification.
Solution
- Verify that path values, query values, and request payload values match the endpoint contract.
- Use the HTTP status description for troubleshooting context: Bad Request Error.
Authentication and authorization errors
No example provided in the source specification.
Solution
- Verify authentication and authorization settings for this API call.
- Use the HTTP status description for troubleshooting context: Unauthorized Error.
No example provided in the source specification.
Solution
- Verify authentication and authorization settings for this API call.
- Use the HTTP status description for troubleshooting context: Forbidden Error.
Resource and server errors
No example provided in the source specification.
Solution
- Verify endpoint availability and current service state before retrying.
- Use the HTTP status description for troubleshooting context: Not Found Error.
No example provided in the source specification.
Solution
- Verify endpoint availability and current service state before retrying.
- Use the HTTP status description for troubleshooting context: Internal Server Error.