Documentation
¶
Index ¶
Constants ¶
View Source
const ( ValidationError = 6 AuthError = 7 ServiceError = 8 UnknownError = 9 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppError ¶
type AppError struct {
Code int
Message string
ResponseType int
// contains filtered or unexported fields
}
func NewAuthError ¶
func NewServiceError ¶
func NewValidationError ¶
Click to show internal directories.
Click to hide internal directories.