OptionalcauseOptionalcodeAn optional application-specific error code, expressed as a string value.
a human-readable explanation specific to this occurrence of the problem. Like title, this field’s value can be localized
OptionalhelpAdditional details related to the error that may help the user troubleshoot the issue. If set by the user via the Error constructor, the user provided value will override any automated help message set by the Error class.
Optionalmetaan optional meta object containing non-standard meta-information about the error.
The name data property of IntegrationError.prototype is shared by all Error instances. It represents the name for the type of error. For IntegrationError.prototype.name, the initial value is "IntegrationError".
OptionalrequestRelevant for integration errors involving a network call, the requestOptions property
details the request options that resulted in the specified error. The requestOptions property will automatically
have sensitive authentication headers stripped.
OptionalstackAn optional StackTrace of the error
OptionalstatusAn optional HTTP status code applicable to this error, expressed as a string value.
a short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem except for purposes of localization. If omitted, the title will default to the type of error (e.g., IntegrationError, or ApiRequestError)
The
causeproperty is used to specify thecauseof the error. Typically, this property is used to pass through a related Error instance.