Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICourseDetailsRegistrationResponse

The response given after a ICourseDetailsRegistrationRequest.

A successful example registration response:

example

{
  type: 'course:detail:register',
  status: 'success'
}

Hierarchy

  • ICourseDetailsRegistrationResponse

Index

Properties

Optional error

The error Id if it exists based off of CourseDetailsRegistrationErrorReason.

Optional errorMessage

errorMessage: string

The error message if it existed.

Optional registrationId

registrationId: string

A UUID for this registration, which will be required when rendering portals.

registrationName

registrationName: string

The name of the integration.

status

status: string

The result of the registration call based on ICourseDetailsRegistrationRequest.

type

type: "course:detail:register"

Generated using TypeDoc