Versions in this module Expand all Collapse all v2 v2.0.1 Oct 3, 2021 Changes in this version + type GenericApplicationError interface + Error func() string + HttpStatus func() int + func NewBadRequestError(message string) GenericApplicationError + func NewForbiddenError(message string) GenericApplicationError + func NewGenericBadRequestError() GenericApplicationError + func NewGenericForbiddenError() GenericApplicationError + func NewGenericInternalServerError() GenericApplicationError + func NewGenericNotFoundError() GenericApplicationError + func NewGenericPreconditionFailedError() GenericApplicationError + func NewGenericUnauthorizedError() GenericApplicationError + func NewInternalServerError(message string) GenericApplicationError + func NewNotFoundError(message string) GenericApplicationError + func NewPreconditionFailedError(message string) GenericApplicationError + func NewUnauthorizedError(message string) GenericApplicationError Other modules containing this package github.com/Drathveloper/lambda_commons