edeposit.amqp.aleph_link_export
stable
  • link_export submodule
  • request_database submodule
  • shelvedb submodule
  • settings submodule
  • Request structures
  • Response structures
edeposit.amqp.aleph_link_export
  • Docs »
  • Response structures
  • Edit on GitHub

Response structures¶

class aleph_link_export.structures.responses.LinkUpdateResponse¶

Bases: aleph_link_export.structures.responses.LinkUpdateResponse

Response to the LinkUpdateRequest request.

This object is returned only when the Aleph signals, that the record was really updated.

status¶

str – Status of the update request. Either OK, or ERROR.

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)

Previous

© Copyright 2015 E-deposit team. Revision 5b6068a9.

Built with Sphinx using a theme provided by Read the Docs.