Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Server INTERNAL_ERROR = 10000 + iota // 4xx BAD_REQUEST UNAUTHORIZED FORBIDDEN // Video VIDEO_NOT_FOUND )
Variables ¶
View Source
var ( Internal = _new(INTERNAL_ERROR) BadRequest = _new(BAD_REQUEST) Forbidden = _new(FORBIDDEN) VideoNotFound = _new(VIDEO_NOT_FOUND) )
Functions ¶
This section is empty.
Types ¶
type ErrResp ¶
type ErrResp struct {
// contains filtered or unexported fields
}
func (*ErrResp) MarshalJSON ¶
func (*ErrResp) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.