Versions in this module Expand all Collapse all v0 v0.1.2 Sep 8, 2022 Changes in this version + const ApplicationLayer + const DomainLayer + const EntityNotFound + const Forbidden + const Infrastructure + const InterfaceLayer + const Internal + const InvalidArguments + const InvalidRequest + const UniqueConstraintViolation + func NewApplicationLayerError(code Code, message string) error + func NewDomainLayerError(code Code, message string) error + func NewInfrastructureLayerError(code Code, message string) error + func NewInterfaceLayerError(code Code, message string) error + type Code int + type HexagonalError struct + Code Code + Layer Layer + Message string + ThrownAtLine string + func (h *HexagonalError) Details() string + func (h *HexagonalError) Error() string + func (h *HexagonalError) StackTrace() string + type Layer int