Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailAlreadyInUseError ¶
type EmailAlreadyInUseError struct {
Email string
}
func (EmailAlreadyInUseError) Error ¶
func (err EmailAlreadyInUseError) Error() string
func (EmailAlreadyInUseError) StatusCode ¶
func (err EmailAlreadyInUseError) StatusCode() int
type InstitutionalIdAlreadyInUseError ¶
type InstitutionalIdAlreadyInUseError struct {
InstitutionalId string
}
func (InstitutionalIdAlreadyInUseError) Error ¶
func (err InstitutionalIdAlreadyInUseError) Error() string
func (InstitutionalIdAlreadyInUseError) StatusCode ¶
func (err InstitutionalIdAlreadyInUseError) StatusCode() int
type UserNotFoundError ¶ added in v0.6.0
type UserNotFoundError struct {
Uuuid string
}
func (UserNotFoundError) Error ¶ added in v0.6.0
func (err UserNotFoundError) Error() string
func (UserNotFoundError) StatusCode ¶ added in v0.6.0
func (err UserNotFoundError) StatusCode() int
Click to show internal directories.
Click to hide internal directories.