Versions in this module Expand all Collapse all v1 v1.1.3 Aug 29, 2024 Changes in this version + const FieldCode + const FieldData + const FieldMessage + var OK = ErrorMessageCode(code.CodeOk, "ok") + var ParameterError = ErrorMessageCode(code.CodeParameterError, "Parameter Error") + var ServiceError = ErrorMessageCode(code.CodeParameterError, "Service Error") + func Join(errs ...error) error + type ResponseError struct + func ErrorCode(code code.Code, err error) *ResponseError + func ErrorMessageCode(code code.Code, message string) *ResponseError + func (e *ResponseError) AddError(err error) *ResponseError + func (e *ResponseError) AddMessage(message string) *ResponseError + func (e *ResponseError) BuildRESTful() *rest.R + func (e *ResponseError) BuildRESTfulData(data interface{}) *rest.R + func (e *ResponseError) BuildRPC() *rpc.R + func (e *ResponseError) BuildRPCPbData(data proto.Message) *rpc.R + func (e *ResponseError) BuildResult(message interface{}, errs ...error) + func (e *ResponseError) BuildResultData(message interface{}, data interface{}) + func (e *ResponseError) Code() code.Code + func (e *ResponseError) Error() string + type ResponseErrorInterface interface + Code func() code.Code v1.1.1 Aug 12, 2024