Skip to content

ReasonRequest

Properties

Name Type Description Notes
reasonType String Identifies the type of this reason. [default to null]
code Integer HTTP status code representing the status class, if applicable. [optional] [default to null]
level String Severity, typically for programmatic use. [optional] [default to null]
title String Short description of this error, typically used as headline. Also included in `message`. [optional] [default to null]
body String Custom description of this reason with additional details or instructions. Also included in `message`. [optional] [default to null]

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