ResponsePageSpbErpSystemDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "totalPages": 0,
19 "totalElements": 0,
20 "pageable": {
21 "pageNumber": 0,
22 "unpaged": true,
23 "paged": true,
24 "pageSize": 0,
25 "offset": 0,
26 "sort": {
27 "unsorted": true,
28 "sorted": true,
29 "empty": true
30 }
31 },
32 "numberOfElements": 0,
33 "size": 0,
34 "content": [
35 {
36 "id": 0,
37 "status": "CREATED",
38 "displayId": "string",
39 "name": "string",
40 "type": "NAKISA",
41 "sapVersion": "ECC_EHP5",
42 "encryptedPassword": "string",
43 "connectionString": "string",
44 "isDuplicateConsistencyScheduleJobOn": true
45 }
46 ],
47 "number": 0,
48 "sort": {
49 "unsorted": true,
50 "sorted": true,
51 "empty": true
52 },
53 "first": true,
54 "last": true,
55 "empty": true
56 }
57}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
none |
message |
string |
false |
write-only |
none |
defaultMessage |
string |
false |
write-only |
none |
debugMessage |
string |
false |
write-only |
none |
errors |
false |
none |
none |
|
object |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |