Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.17 KB

File metadata and controls

13 lines (9 loc) · 1.17 KB

BFError

Properties

Name Type Description Notes
error_type str {"description":"Enum categorizing the nature of the error.","verbs":["GET","PUT","POST"]} [optional]
error_message str {"description":"Human-readable description of the reason for the error.","verbs":["GET","PUT","POST"]} [optional]
error_code int {"description":"Code describing the nature of the error. Currently unused; prefer `errorType`.","verbs":["GET","PUT","POST"]} [optional]
error_parameters list[str] {"description":"List of erroneous parameters found in your input (if applicable).","verbs":["GET","PUT","POST"]} [optional]

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