Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 781 Bytes

BadRequest.md

File metadata and controls

14 lines (10 loc) · 781 Bytes

ApiVideo.Model.BadRequest

Properties

Name Type Description Notes
Type string A link to the error documentation. [optional]
Title string A description of the error that occurred. [optional]
Name string The name of the parameter that caused the error. [optional]
Status int The HTTP status code. [optional]
Problems List<AdditionalBadRequestErrors> Returns any additional problems in the request in an array of objects. [optional]

[Back to Model list] [Back to API list] [Back to README]