Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RetContestSettings ¶
Types ¶
type ErrorCodeFor422 ¶
type ErrorCodeFor422 string
const ( MissingField ErrorCodeFor422 = "missing_field" Invalid ErrorCodeFor422 = "invalid" AlreadyExists ErrorCodeFor422 = "already_exists" )
type ErrorFor422 ¶
type ErrorFor422 struct { Code ErrorCodeFor422 `json:"code"` Field string `json:"field"` Detail string `json:"detail"` }
Click to show internal directories.
Click to hide internal directories.