dips.ValidationErrorVal module#

Generated wrapper for ValidationError protobuf message.

class dips.ValidationErrorVal.ValidationErrorVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for ValidationError with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property error_message: str#

Get the ErrorMessage field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property property_name: str#

Get the PropertyName field value.

to_proto()#

Get the underlying protobuf message.