Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StudentCannotSubmitToTestBlock ¶
type StudentCannotSubmitToTestBlock struct{}
func (StudentCannotSubmitToTestBlock) Error ¶
func (err StudentCannotSubmitToTestBlock) Error() string
func (StudentCannotSubmitToTestBlock) StatusCode ¶
func (err StudentCannotSubmitToTestBlock) 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.