 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CriteriaDoesNotBelongToObjectiveError ¶ added in v0.50.0
type CriteriaDoesNotBelongToObjectiveError struct{}
    CriteriaDoesNotBelongToObjectiveError error to be thrown when teacher tries to set a criteria to a student's grade with a criteria that does not belong to the given objective
func (*CriteriaDoesNotBelongToObjectiveError) Error ¶ added in v0.50.0
func (err *CriteriaDoesNotBelongToObjectiveError) Error() string
func (*CriteriaDoesNotBelongToObjectiveError) StatusCode ¶ added in v0.50.0
func (err *CriteriaDoesNotBelongToObjectiveError) StatusCode() int
type CriteriaNotFoundError ¶ added in v0.23.0
type CriteriaNotFoundError struct{}
    func (*CriteriaNotFoundError) Error ¶ added in v0.23.0
func (err *CriteriaNotFoundError) Error() string
func (*CriteriaNotFoundError) StatusCode ¶ added in v0.23.0
func (err *CriteriaNotFoundError) StatusCode() int
type ObjectiveDoesNotBelongToRubricError ¶ added in v0.50.0
type ObjectiveDoesNotBelongToRubricError struct{}
    ObjectiveDoesNotBelongToRubricError error to be thrown when teacher tries to set a criteria to a student's grade with a criteria that belongs to an objective that does not belong to the current laboratory's rubric
func (*ObjectiveDoesNotBelongToRubricError) Error ¶ added in v0.50.0
func (err *ObjectiveDoesNotBelongToRubricError) Error() string
func (*ObjectiveDoesNotBelongToRubricError) StatusCode ¶ added in v0.50.0
func (err *ObjectiveDoesNotBelongToRubricError) StatusCode() int
type ObjectiveNotFoundError ¶ added in v0.23.0
type ObjectiveNotFoundError struct{}
    func (*ObjectiveNotFoundError) Error ¶ added in v0.23.0
func (err *ObjectiveNotFoundError) Error() string
func (*ObjectiveNotFoundError) StatusCode ¶ added in v0.23.0
func (err *ObjectiveNotFoundError) StatusCode() int
type RubricNotFoundError ¶
type RubricNotFoundError struct{}
    func (*RubricNotFoundError) Error ¶
func (err *RubricNotFoundError) Error() string
func (*RubricNotFoundError) StatusCode ¶
func (err *RubricNotFoundError) StatusCode() int
type TeacherDoesNotOwnsRubric ¶ added in v0.21.0
type TeacherDoesNotOwnsRubric struct{}
    func (*TeacherDoesNotOwnsRubric) Error ¶ added in v0.21.0
func (err *TeacherDoesNotOwnsRubric) Error() string
func (*TeacherDoesNotOwnsRubric) StatusCode ¶ added in v0.21.0
func (err *TeacherDoesNotOwnsRubric) StatusCode() int
 Click to show internal directories. 
   Click to hide internal directories.