createTriggerErrorDetail
Creates a trigger error detail object.
Arguments
Argument Name | Type | Description |
---|---|---|
applicationName |
String |
The name of the application. |
errorCode |
String |
Error code. |
errorMessage |
String |
Error message. |
includeDetails |
Boolean |
True to include details (default is false). |
path |
String |
Property path string. |
pipelineName |
String |
The name of the pipeline. |
procedureName |
String |
The name of the procedure. |
projectName |
String |
The name for the project that must be unique among all projects. |
releaseName |
String |
The name of the release. |
scmSyncName |
String |
The name of the scmSync. |
triggerName |
String |
The name of the trigger. |
webhookHeaders |
String |
JSON contains webhook headers. |
webhookPayload |
String |
JSON contains webhook payload. |
deleteTriggerErrorDetail
getTriggerErrorDetails
Retrieves a list of trigger error details.
Arguments
Argument Name | Type | Description |
---|---|---|
applicationName |
String |
The name of the application. |
includeDetails |
Boolean |
True to include details (default is false). |
path |
String |
Property path string. |
pipelineName |
String |
The name of the pipeline. |
procedureName |
String |
The name of the procedure. |
projectName |
String |
The name for the project that must be unique among all projects. |
releaseName |
String |
The name of the release. |
scmSyncName |
String |
The name of the scmSync. |
triggerName |
String |
The name of the trigger. |