Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CourseNotFoundError ¶
type CourseNotFoundError struct {
UUID string
}
func (CourseNotFoundError) Error ¶
func (err CourseNotFoundError) Error() string
func (CourseNotFoundError) StatusCode ¶
func (err CourseNotFoundError) StatusCode() int
type TeacherDoesNotOwnsCourseError ¶
type TeacherDoesNotOwnsCourseError struct { }
func (TeacherDoesNotOwnsCourseError) Error ¶
func (err TeacherDoesNotOwnsCourseError) Error() string
func (TeacherDoesNotOwnsCourseError) StatusCode ¶
func (err TeacherDoesNotOwnsCourseError) StatusCode() int
Click to show internal directories.
Click to hide internal directories.