Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultListOffset int = 0 DefaultListLimit int = 100 )
Default значения в запросах
Variables ¶
This section is empty.
Functions ¶
func IsBadRequest ¶
func IsConflict ¶
func IsForbidden ¶
func IsNotFound ¶
func IsUnauthorized ¶
Types ¶
type ErrorDTO ¶
type ErrorDTO struct {
Code int `json:"code,omitempty"`
Message string `json:"message,omitempty"`
} //@name ErrorDTO
ErrorDTO model info @Description Error dto
func NewErrorDTO ¶
func NewErrorDTOFromError ¶
Click to show internal directories.
Click to hide internal directories.