Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceError ¶
type ServiceError struct {
// contains filtered or unexported fields
}
func New ¶
func New(err error, category ServiceErrorCategory) *ServiceError
func (*ServiceError) Category ¶
func (se *ServiceError) Category() ServiceErrorCategory
func (*ServiceError) ErrorValue ¶
func (se *ServiceError) ErrorValue() error
type ServiceErrorCategory ¶
type ServiceErrorCategory string
Click to show internal directories.
Click to hide internal directories.