Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LaboratoryDoesNotHaveRubricError ¶
type LaboratoryDoesNotHaveRubricError struct{}
LaboratoryDoesNotHaveRubricError error to be thrown when a laboratory does not have a rubric
func (LaboratoryDoesNotHaveRubricError) Error ¶
func (err LaboratoryDoesNotHaveRubricError) Error() string
func (LaboratoryDoesNotHaveRubricError) StatusCode ¶
func (err LaboratoryDoesNotHaveRubricError) StatusCode() int
type RubricDoesNotMatchLaboratoryError ¶
type RubricDoesNotMatchLaboratoryError struct{}
RubricDoesNotMatchLaboratoryError error to be thrown when teacher tries to set a criteria to a student's grade with a rubric that does not match the laboratory's rubric
func (RubricDoesNotMatchLaboratoryError) Error ¶
func (err RubricDoesNotMatchLaboratoryError) Error() string
func (RubricDoesNotMatchLaboratoryError) StatusCode ¶
func (err RubricDoesNotMatchLaboratoryError) StatusCode() int
type UserCannotReadGradeError ¶
type UserCannotReadGradeError struct{}
func (UserCannotReadGradeError) Error ¶
func (err UserCannotReadGradeError) Error() string
func (UserCannotReadGradeError) StatusCode ¶
func (err UserCannotReadGradeError) StatusCode() int
Click to show internal directories.
Click to hide internal directories.