Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.06 KB

NotImplementedResponse.md

File metadata and controls

17 lines (12 loc) · 1.06 KB

NotImplementedResponse

Properties

Name Type Description Notes
status_code float HTTP status code [optional]
error str Contains an explanation of the status_code as defined in HTTP/1.1 standard (RFC 7231) [optional]
type_name str The type of error returned [optional]
message str A human-readable message providing more details about the error. [optional]
detail bool, date, datetime, dict, float, int, list, str, none_type Contains parameter or domain specific information related to the error and why it occurred. [optional]
ref str Link to documentation of error type [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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