Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseError ¶
type ResponseError struct {
// In: body
Body struct {
// Сообщение ошибки
// Required: true
Error errors.Err `json:"error"`
}
}
Default error response
swagger:response ResponseError
Click to show internal directories.
Click to hide internal directories.