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.

Examples:
"094078e7-278a-4719-a704-6e5e65af29ee"
revisionId
string
true

The identifier for the decision revision.

Examples:
"cd942f3c-60a0-4b16-9184-4cb8921fb0eb"

Query Parameters

NameTypeRequiredDescription
executionId
string
false

The identifier for the score execution.

Examples:
"497f6eca-6276-4993-bfeb-53cbbbba6f08"

Responses

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