Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LaboratoryIsClosed ¶ added in v0.42.1
type LaboratoryIsClosed struct{}
func (LaboratoryIsClosed) Error ¶ added in v0.42.1
func (err LaboratoryIsClosed) Error() string
func (LaboratoryIsClosed) StatusCode ¶ added in v0.42.1
func (err LaboratoryIsClosed) StatusCode() int
type StudentCannotSubmitToTestBlock ¶
type StudentCannotSubmitToTestBlock struct{}
func (StudentCannotSubmitToTestBlock) Error ¶
func (err StudentCannotSubmitToTestBlock) Error() string
func (StudentCannotSubmitToTestBlock) StatusCode ¶
func (err StudentCannotSubmitToTestBlock) StatusCode() int
type StudentHasPendingSubmission ¶ added in v0.42.1
type StudentHasPendingSubmission struct{}
func (StudentHasPendingSubmission) Error ¶ added in v0.42.1
func (err StudentHasPendingSubmission) Error() string
func (StudentHasPendingSubmission) StatusCode ¶ added in v0.42.1
func (err StudentHasPendingSubmission) StatusCode() int
type StudentHasRecentSubmission ¶ added in v0.42.1
type StudentHasRecentSubmission struct{}
func (StudentHasRecentSubmission) Error ¶ added in v0.42.1
func (err StudentHasRecentSubmission) Error() string
func (StudentHasRecentSubmission) StatusCode ¶ added in v0.42.1
func (err StudentHasRecentSubmission) StatusCode() int
type StudentSubmissionNotFound ¶ added in v0.42.0
type StudentSubmissionNotFound struct{}
func (StudentSubmissionNotFound) Error ¶ added in v0.42.0
func (err StudentSubmissionNotFound) Error() string
func (StudentSubmissionNotFound) StatusCode ¶ added in v0.42.0
func (err StudentSubmissionNotFound) StatusCode() int
type UnableToQueueSubmissionWork ¶
type UnableToQueueSubmissionWork struct{}
func (UnableToQueueSubmissionWork) Error ¶
func (err UnableToQueueSubmissionWork) Error() string
func (UnableToQueueSubmissionWork) StatusCode ¶
func (err UnableToQueueSubmissionWork) StatusCode() int
Click to show internal directories.
Click to hide internal directories.