Documentation
¶
Index ¶
Constants ¶
View Source
const (
ErrCodeInternal = 900
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
ErrorCode int
ErrorMessage string
Details map[string]interface{} `json:",omitempty"`
// contains filtered or unexported fields
}
func NewInternalServiceError ¶
func (Error) WriteError ¶
func (e Error) WriteError(w http.ResponseWriter) error
Click to show internal directories.
Click to hide internal directories.