Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 786 Bytes

File metadata and controls

14 lines (10 loc) · 786 Bytes

InnerError

Properties

Name Type Description Notes
message str High level error message. [optional]
target str The source of the error. For example it would be "documents" or "document id" in case of invalid document. [optional]
inner_error InnerError [optional]
code DetailedErrorCode [optional]
details dict(str, str) Additional supportive details regarding the error and/or expected policies. [optional]

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