Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOriginalityReportRegistrationResponse

The response given after a IOriginalityReportRegistrationRequest.

A successful example registration response:

example

{
  type: 'submission-tool:register',
  submissionServicesUniqueHandle: 'tool-handle',
  status: 'success'
}

Hierarchy

  • IOriginalityReportRegistrationResponse

Index

Properties

Optional error

error: number

Error that caused the failure

Optional errorMessage

errorMessage: string

Message associated with the error

status

The status of the processed request.

submissionServicesUniqueHandle

submissionServicesUniqueHandle: string

The submission services unique handle. This should be the same handle as what was registered with submission services.

type

type: "submission-tool:register"

Generated using TypeDoc