Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidateError ¶
type ValidateError interface { GetAttributeContext() *attribute_context.AttributeContext GetMessage() proto.Message GetDescriptor() protoreflect.Descriptor // contains filtered or unexported methods }
func New ¶
func New(message proto.Message, desc protoreflect.Descriptor, ctx *attribute_context.AttributeContext) ValidateError
func Wrap ¶
func Wrap(err error, message proto.Message, desc protoreflect.Descriptor, ctx *attribute_context.AttributeContext) ValidateError
Click to show internal directories.
Click to hide internal directories.