Implement predefined field constraints #800
Annotations
15 errors
Go (1.22.x):
internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
|
Go (1.22.x):
internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
|
Go (1.22.x):
internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
|
Go (1.22.x):
internal/errors/validation.go#L61
cannot use proto.String(fmt.Sprintf("%s.%s", prefix, violation.GetFieldPath())) (value of type *string) as string value in assignment
|
Go (1.22.x):
internal/extensions/resolve.go#L80
undefined: validate.E_Predefined
|
Go (1.22.x)
Process completed with exit code 2.
|
Go (1.23.x)
The job was canceled because "_1_22_x" failed.
|
Go (1.23.x)
The operation was canceled.
|
Go (1.21.x)
The job was canceled because "_1_22_x" failed.
|
Go (1.21.x):
internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
|
Go (1.21.x):
internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
|
Go (1.21.x):
internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
|
Go (1.21.x):
internal/errors/validation.go#L61
cannot use proto.String(fmt.Sprintf("%s.%s", prefix, violation.GetFieldPath())) (value of type *string) as string value in assignment
|
Go (1.21.x):
internal/extensions/resolve.go#L80
undefined: validate.E_Predefined
|
Go (1.21.x)
The operation was canceled.
|