RESTful API Status Codes - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
kmo1482331935137.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

One of the following HTTP status codes appears during execution:

Code Definition Description
200 OK Request has succeeded.
201 Created Request has been fulfilled and a new resource is being created.
301 Moved Permanently Requested URL has been moved permanently and should be redirected. User the 'location' header to redirect.
400 Bad Request Request could not be understood by the server due to malformed syntax.
401 Unauthorized Request requires user authentication.
404 Not Found Resource referenced by the specified URI was not found.
409 Conflict Request could not be completed due to a conflict with the current state of the resource.
412 Precondition Failed Request could not be completed due to invalid input parameter.
500 Internal Server Error Data Mover service encountered an unexpected condition that prevented it from fulfilling the request.