16 lines
627 B
Markdown
16 lines
627 B
Markdown
|
# EmbeddedError
|
||
|
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**embedded** | **dict(str, object)** | | [optional]
|
||
|
**code** | **int** | HTTP status code equivalent. | [optional]
|
||
|
**message** | **str** | A human readable error message. | [optional]
|
||
|
**title** | **str** | short title for the error. | [optional]
|
||
|
**traceback** | **str** | A stacktrace (if enabled and server error). | [optional]
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|