Response structures¶
-
class
aleph_link_export.structures.responses.LinkUpdateResponse¶ Bases:
aleph_link_export.structures.responses.LinkUpdateResponseResponse to the
LinkUpdateRequestrequest.This object is returned only when the Aleph signals, that the record was really updated.
-
status¶ str – Status of the update request. Either
OK, orERROR.
-
session_id¶ str – Corresponding session id.
-
reason¶ str, default None – Optional reason why the request was rejected.
Create new instance of LinkUpdateResponse(status, session_id, reason)
-