Versions in this module Expand all Collapse all v1 v1.0.0 Apr 19, 2024 Changes in this version + type InternalError struct + Details []string + HttpCode int + Message string + func NewInternalError(message string, httpCode int, details []string) *InternalError + func (e *InternalError) Error() string