Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrInputValidationFailed ¶
type ErrInputValidationFailed struct {
Msg string
}
入力データのバリデーションに失敗した場合のエラー
func (*ErrInputValidationFailed) Error ¶
func (e *ErrInputValidationFailed) Error() string
type ErrInternal ¶
type ErrInternal struct {
Msg string
}
アプリ内部のエラー
func (*ErrInternal) Error ¶
func (e *ErrInternal) Error() string
type ErrLoginFailed ¶
type ErrLoginFailed struct {
Msg string
}
ログインに失敗した場合のエラー
func (*ErrLoginFailed) Error ¶
func (e *ErrLoginFailed) Error() string
Click to show internal directories.
Click to hide internal directories.