Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 557 Bytes

Error.md

File metadata and controls

12 lines (9 loc) · 557 Bytes

# Error

Properties

Name Type Description Notes
message string Error description [optional]
status_code int Target page response HTTP status code (403, 500, etc) [optional]
status_message string Target page response HTTP status message [optional]
body string Target page response body [optional]

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