Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 653 Bytes

BadRequest.md

File metadata and controls

20 lines (11 loc) · 653 Bytes

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 Integer The HTTP status code. [optional]
problems Set<AdditionalBadRequestErrors> Returns any additional problems in the request in an array of objects. [optional]

Implemented Interfaces

  • Serializable