Linker handler

Linker Handler

Module realize list linker handler.

class luna_backport3.app.handlers.linker_handler.LinkerHandler(request)[source]

Handler for resource /storage/linker.

async patch()[source]

Attach or detach persons or descriptors from a list, see spec patch linker.

Raises:
  • VLException(Error.ListNotFound, 400, isCriticalError=False) if list not found

  • VLException(Error.WrongListType, 400, isCriticalError=False) if wrong list type

  • VLException(Error.PersonNotFound, 400, isCriticalError=False) if person not found

  • VLException(Error.Backport3DescriptorNotFound, 400, isCriticalError=False) if descriptor not found

Return type:

HTTPResponse