Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LaboratoryNotFoundError ¶
type LaboratoryNotFoundError struct{}
func (LaboratoryNotFoundError) Error ¶
func (err LaboratoryNotFoundError) Error() string
func (LaboratoryNotFoundError) StatusCode ¶
func (err LaboratoryNotFoundError) StatusCode() int
type TeacherDoesNotOwnLaboratoryError ¶ added in v0.50.0
type TeacherDoesNotOwnLaboratoryError struct{}
func (TeacherDoesNotOwnLaboratoryError) Error ¶ added in v0.50.0
func (err TeacherDoesNotOwnLaboratoryError) Error() string
func (TeacherDoesNotOwnLaboratoryError) StatusCode ¶ added in v0.50.0
func (err TeacherDoesNotOwnLaboratoryError) StatusCode() int
type UserCannotAccessProgressSummaryError ¶ added in v0.53.0
type UserCannotAccessProgressSummaryError struct{}
func (UserCannotAccessProgressSummaryError) Error ¶ added in v0.53.0
func (err UserCannotAccessProgressSummaryError) Error() string
func (UserCannotAccessProgressSummaryError) StatusCode ¶ added in v0.53.0
func (err UserCannotAccessProgressSummaryError) StatusCode() int
Click to show internal directories.
Click to hide internal directories.