Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyArgumentError ¶
type EmptyArgumentError struct {
// contains filtered or unexported fields
}
func NewEmptyArgumentError ¶
func NewEmptyArgumentError() *EmptyArgumentError
func (*EmptyArgumentError) Error ¶
func (err *EmptyArgumentError) Error() string
type InvalidOperationError ¶
type InvalidOperationError struct {
// contains filtered or unexported fields
}
Invalid operation error
func NewInvalidOperationError ¶
func NewInvalidOperationError(operation string, _type OperationType) *InvalidOperationError
func (*InvalidOperationError) Error ¶
func (err *InvalidOperationError) Error() string
func (*InvalidOperationError) Operation ¶
func (err *InvalidOperationError) Operation() string
func (*InvalidOperationError) Type ¶
func (err *InvalidOperationError) Type() OperationType
type NoOperationError ¶
type NoOperationError struct {
// contains filtered or unexported fields
}
No operation error
func NewNoOperationError ¶
func NewNoOperationError() *NoOperationError
func (*NoOperationError) Error ¶
func (err *NoOperationError) Error() string
Click to show internal directories.
Click to hide internal directories.