Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.1 KB

File metadata and controls

16 lines (12 loc) · 1.1 KB

HubSpot.NET.Model.Error

Properties

Name Type Description Notes
Message string A human readable message describing the error along with remediation steps where appropriate
CorrelationId Guid A unique identifier for the request. Include this value with any error reports or support tickets
Category string The error category
SubCategory string A specific category that contains more specific detail about the error [optional]
Errors List<ErrorDetail> further information about the error [optional]
Context Dictionary<string, List<string>> Context about the error condition [optional]
Links Dictionary<string, string> A map of link names to associated URIs containing documentation about the error or recommended remediation steps [optional]

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