Files
thoth/tests/models/snapshots/can_validate_model@users.snap
Dylan Knutson 9b7777c268
Some checks failed
CI / Check Style (push) Successful in 17s
CI / Run Clippy (push) Failing after 21s
CI / Run Tests (push) Failing after 21s
Initialize loco app
2024-11-30 13:27:36 -08:00

10 lines
241 B
Plaintext

---
source: tests/models/users.rs
expression: res
---
Err(
Custom(
"{\"email\":[{\"code\":\"invalid email\",\"message\":null}],\"name\":[{\"code\":\"length\",\"message\":\"Name must be at least 2 characters long.\"}]}",
),
)