ProblemDetails Class
ProblemDetails.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ProblemDetails(*, type: typing.Union[str, NoneType] = None, title: typing.Union[str, NoneType] = None, status: typing.Union[int, NoneType] = None, detail: typing.Union[str, NoneType] = None, instance: typing.Union[str, NoneType] = None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
type
|
|
|
title
|
|
|
status
|
|
|
detail
|
|
|
instance
|
|