Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBaseException ¶
func CreateBaseException(message string) baseException
Types ¶
type InvalidInputException ¶
type InvalidInputException struct {
// contains filtered or unexported fields
}
func CreateInvalidInputException ¶
func CreateInvalidInputException(message string) InvalidInputException
type UserAlreadyExistsException ¶
type UserAlreadyExistsException struct {
// contains filtered or unexported fields
}
func CreateUserAlreadyExistsException ¶
func CreateUserAlreadyExistsException(message string) UserAlreadyExistsException
Click to show internal directories.
Click to hide internal directories.