errors

package
v1.0.32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

internal/domain/errors/errors.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAttributeNotFoundError

func NewAttributeNotFoundError(attribute string) error

Types

type AttributeNotFoundError

type AttributeNotFoundError struct {
	Attribute string
}

func (*AttributeNotFoundError) Error

func (e *AttributeNotFoundError) Error() string

type InvalidInputError

type InvalidInputError struct {
	Input string
}

func NewInvalidInputError

func NewInvalidInputError(input string) *InvalidInputError

func (*InvalidInputError) Error

func (e *InvalidInputError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL