Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code

Description

Explanation

200

OK

The request returned successfully.

400

Bad Request

The request had a combination of parameters that is not recognized.

401

Unauthorized

The request did not contain an authentication token; see the section below on Working with CDAP Security.

403

Forbidden

The request was authenticated but the client does not have permission; requests can fail due to a lack of privilege, as described in the section below on Working on “Working with CDAP SecuritySecurity”.

404

Not Found

The request did not address any of the known URIs.

405

Method Not Allowed

A request was received with a method not supported for the URI.

409

Conflict

A request could not be completed due to a conflict with the current resource state.

500

Internal Server Error

An internal error occurred while processing the request.

501

Not Implemented

A request contained a query that is not supported by this API.

...