ErrorDetail¶ pydantic model safir.models.ErrorDetail¶ The detail of the error message. Parameters: data (Any) Fields: loc (list[str] | None) msg (str) type (str) field loc: list[str] | None = None¶ field msg: str [Required]¶ field type: str [Required]¶