package
Version:
v1.8.0
Opens a new window with list of versions in this module.
Published: Jun 29, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Error is a generic error interface that can be used for different error categories
ErrorType is a type for error categories
const (
DomainErrorType ErrorType = "DOMAIN_ERROR"
ValidationErrorType ErrorType = "VALIDATION_ERROR"
RepositoryErrorType ErrorType = "REPOSITORY_ERROR"
ApplicationErrorType ErrorType = "APPLICATION_ERROR"
)
Standard error types
Wrapper is an interface for error wrappers
Source Files
¶
Click to show internal directories.
Click to hide internal directories.