Get decision revision error markers

get/flows/{decisionId}/revisions/{revisionId}/errorMarkers
Internal-Use Only

Returns a collection of error markers for a decision revision scoring test.

Request Samples

1

Response Samples

1{
2 "name": "errorMarkers",
3 "accept": "application/vnd.sas.decision.error.marker",
4 "items": [
5 {
6 "stepId": "9a548087-155d-4bb9-83dd-5d6a11406af5",
7 "stepName": "getModelScore",
8 "objectUri": "/businessRules/ruleSets/d730ad72-fc74-4596-9fbb-a0a96f39dc98/revisions/837dc968-d53c-4e65-aeb9-f0bf62ed8a94",
9 "errors": [
10 {
11 "errorLineNumber": 302,
12 "errorMessage": "Float divide by zero"
13 },
14 {
15 "errorLineNumber": 302,
16 "errorMessage": "Result set to missing value"
17 }
18 ]
19 },
20 {
21 "stepId": "d357634c-db21-438c-8974-833e4509e1d2",
22 "stepName": "getEligibility",
23 "objectUri": "/decisions/flows/38241e06-3694-4aa6-b390-02ae5a55ed28/revisions/f70752bd-47ac-4676-b43c-acf1ba94e03b",
24 "errors": [
25 {
26 "errorLineNumber": 4106,
27 "errorMessage": "Function not found"
28 },
29 {
30 "errorLineNumber": 4106,
31 "errorMessage": "Result set to missing value"
32 }
33 ],
34 "warnings": [
35 {
36 "errorLineNumber": 8,
37 "errorMessage": "No DECLARE for assigned-to variable dt; creating it as a global variable of type double."
38 }
39 ]
40 }
41 ],
42 "version": 1
43}

Path Parameters

NameTypeRequiredDescription
decisionId
string
true

The identifier for the decision.

revisionId
string
true

The identifier for the decision revision.

Query Parameters

NameTypeRequiredDescription
executionId
string
false

The identifier for the score execution.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundThe request was invalid.HeadersSchema