Skip to content

Reason

Properties

Name Type Description Notes
reasonType String Identifies the type of this reason. [optional] [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]
subtitle String Translated title of level, typically used in headline. [optional] [default to null]
message String Title and body of this error with additional details and instructions how to resolve the underlying issue. [optional] [default to null]

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