Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProctoringServiceRegistrationResponse

The response given after a IProctoringServiceRegistrationRequest.

A successful example registration response:

example

{
  type: 'proctoring-service:register',
  proctoringPlacementHandle: 'placement-handle',
  status: 'success'
}

Hierarchy

  • IProctoringServiceRegistrationResponse

Index

Properties

Optional error

Error that caused the failure

Optional errorMessage

errorMessage: string

Message associated with the error

proctoringPlacementHandle

proctoringPlacementHandle: string

The proctoring placement unique handle. This should be the handle that was registered when creating the LTI placement.

status

The status of the processed request.

type

type: "proctoring-service:register"

Generated using TypeDoc