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

Latest commit

 

History

History
11 lines (8 loc) · 1.03 KB

BFError.md

File metadata and controls

11 lines (8 loc) · 1.03 KB

Bfwd::BFError

Properties

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