Implement predefined field constraints #793
Annotations
17 errors
Go (1.23.x):
internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
|
Go (1.23.x):
internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
|
Go (1.23.x):
internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
|
Go (1.23.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.23.x)
Process completed with exit code 2.
|
Go (1.21.x)
The job was canceled because "_1_23_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)
The operation was canceled.
|
Go (1.22.x)
The job was canceled because "_1_23_x" failed.
|
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)
The operation was canceled.
|