HTTP Status Code Errors

HTTP Status Code: 400 Bad Request

How to fix a process that returns the HTTP Status Code: 400 Bad Request.

A process does not return expected results.

You see this error: 400 Bad Request

Cause:

There is a client error.

Remedy:

Check the request URI, headers, and body for more information.

HTTP Status Code: 401 Unauthorized

How to fix a process that returns the HTTP Status Code: 401 Unauthorized.

A process does not return expected results.

You see this error: 401 Unauthorized

Cause:

The request lacks valid authentication credentials.

Remedy:

Confirm the correct policies have been added. The policies include those for accessing Object Storage, should the pretrained or customer model need access to Object Storage.

HTTP Status Code: 404 Not Found

How to fix a process that returns the HTTP Status Code: 404 Not Found.

A process does not return expected results.

You see this error: 404 Not Found

Cause:

The resource cannot be found.

Remedy:

Check the request to confirm you're accessing the correct resource.

HTTP Status Code: 409 Conflict

How to fix a process that returns the HTTP Status Code: 409 Conflict.

A process does not return expected results.

You see this error: 409 Conflict

Cause:

The request conflicts with the current state of the resource.

Remedy:

Wait for the resource to move to an appropriate state.

HTTP Status Code: 429 Too Many Requests

How to fix a process that returns the HTTP Status Code: 429 Too Many Requests.

A process does not return expected results.

You see this error: 429 Too Many Requests

Cause:

The requests are being throttled.

Remedy:

Increase your resource limits. Please log a ticket with Oracle Support.

HTTP Status Code: 500 Internal Server Error

How to fix a process that returns the HTTP Status Code: 500 Internal Server Error.

A process does not return expected results.

You see this error: 500 Internal Server Error

Cause:

The server encountered an unexpected issue.

Remedy:

Review the server log files.