Documentation
¶
Overview ¶
Package errors defines the common errors
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArgumentError ¶
NewArgumentError creates a new ArgumentError error
func NewArgumentNilError ¶
NewArgumentNilError creates a new ArgumentNilError error
Types ¶
type ArgumentError ¶
type ArgumentError struct {
ArgumentName string
ErrorMessage string
// contains filtered or unexported fields
}
ArgumentError indicates that the provided input argument is invalid.
func (ArgumentError) Error ¶
func (e ArgumentError) Error() string
Error returns message for the TenantAlreadyExistsError error type Returns the error nessage
type ArgumentNilError ¶
type ArgumentNilError struct {
ArgumentName string
ErrorMessage string
// contains filtered or unexported fields
}
ArgumentNilError indicates that the provided input argument is invalid.
func (ArgumentNilError) Error ¶
func (e ArgumentNilError) Error() string
Error returns message for the TenantAlreadyExistsError error type Returns the error nessage
Click to show internal directories.
Click to hide internal directories.