Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 2.95 KB

File metadata and controls

17 lines (12 loc) · 2.95 KB

RequestValidationError

Example Usage

import { RequestValidationError } from "opperai/models/errors";

// No examples available for this model

Fields

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"
}