BasicFailedReplyElement
editBasicFailedReplyElement
editIntentionally left blank
Properties
edit-
code
(string
, required) - A structured code representing the error type that occurred
-
fields
(array[
string
)]
- If the error can be tied to a specific field or fields in the user request, this lists those fields
-
message
(string
, required) - A human readable message describing the error that occurred
Example
edit{ "code" : "string", "fields" : [ "string" ], "message" : "string" }