Home
last modified time | relevance | path

Searched defs:ConstraintViolationError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dx509.go819 type ConstraintViolationError struct{} struct
821 func (ConstraintViolationError) Error() string {
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsymbolic_shapes.py188 class ConstraintViolationError(RuntimeError): class