| Name | Type | Description | Notes |
|---|---|---|---|
| code | int | ||
| extensions | ErrorExtensions | ||
| kind | str | ||
| locations | List[Location] | ||
| message | str | ||
| name | str | ||
| path | List[ErrorResponsePathInner] | ||
| retry_after | int | [optional] | |
| source | str | ||
| tracing | Tracing |
fromtwitter_openapi_python_generated.models.error_responseimportErrorResponse# TODO update the JSON string belowjson="{}"# create an instance of ErrorResponse from a JSON stringerror_response_instance=ErrorResponse.from_json(json)
# print the JSON string representation of the objectprint(ErrorResponse.to_json())
# convert the object into a dicterror_response_dict=error_response_instance.to_dict()
# create an instance of ErrorResponse from a dicterror_response_from_dict=ErrorResponse.from_dict(error_response_dict)