Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 847 Bytes

ErrorDetail.md

File metadata and controls

14 lines (10 loc) · 847 Bytes

HubSpot.NET.Model.ErrorDetail

Properties

Name Type Description Notes
Message string A human readable message describing the error along with remediation steps where appropriate
In string The name of the field or parameter in which the error was found. [optional]
Code string The status code associated with the error detail [optional]
SubCategory string A specific category that contains more specific detail about the error [optional]
Context Dictionary<string, List<string>> Context about the error condition [optional]

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