The error Id if it exists based off of CourseDetailsRegistrationErrorReason.
The error message if it existed.
A UUID for this registration, which will be required when rendering portals.
The name of the integration.
The result of the registration call based on ICourseDetailsRegistrationRequest.
Will always be COURSE_DETAILS_REGISTER_TYPE.
Generated using TypeDoc
The response given after a ICourseDetailsRegistrationRequest.
A successful example registration response:
{ type: 'course:detail:register', status: 'success' }