Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseError ¶
func (*BaseError) ChoseErrString ¶
func (*BaseError) SetInfo ¶
func (s *BaseError) SetInfo(pInfo string) IErrorBuilder
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message,omitempty"`
}
func NewErrorResponse ¶
func NewErrorResponse() *ErrorResponse
type IErrorBuilder ¶
type IErrorBuilder interface { SetInfo(pInfo string) IErrorBuilder Error() string }
Click to show internal directories.
Click to hide internal directories.