Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerError ¶
type ServerError struct {
Message string
}
func NewServerError ¶
func NewServerError(msg string) *ServerError
func (*ServerError) Error ¶
func (s *ServerError) Error() string
Click to show internal directories.
Click to hide internal directories.