Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 856 Bytes

ValidationProblemDetails.md

File metadata and controls

14 lines (11 loc) · 856 Bytes

ValidationProblemDetails

Properties

Name Type Description Notes
type str Contains an URI linking to the documentation referencing the domain error code [optional]
title str Contains the general description based of the domain error code
detail str Contains the error message that occurred in the service [optional]
status int
errors dict(str, list[str]) Contains validation errors when incorrect values are used in the body [optional]
domain_error_code str Contains an alphabetical code referring to the thrown error [optional]

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