import { RequestValidationError } from "opperai/models/errors";
// No examples available for this model| Field | Type | Required | Description | Example |
|---|---|---|---|---|
type |
string | ➖ | N/A | |
message |
string | ➖ | N/A | |
detail |
any | ✔️ | Where the error occurred and the error message | { "input": "input value", "loc": [ "path", "to", "error" ], "msg": "error message", "type": "type of error" } |