@@ -560,12 +560,6 @@ Remove a user from all groups.
560
560
561
561
### Models
562
562
563
- #### CodeLevel
564
-
565
- | Name | Type | Description | Required |
566
- | ---- | ---- | ----------- | -------- |
567
- | CodeLevel | integer | | |
568
-
569
563
#### ErrorDetail
570
564
571
565
The error object.
@@ -578,18 +572,6 @@ The error object.
578
572
| details | [ [ ErrorDetail] ( #errordetail ) ] | An array of details about specific errors that led to this reported error. | No |
579
573
| inner | [ InnerError] ( #innererror ) | | No |
580
574
581
- #### ErrorKind
582
-
583
- | Name | Type | Description | Required |
584
- | ---- | ---- | ----------- | -------- |
585
- | ErrorKind | integer | | |
586
-
587
- #### ErrorScope
588
-
589
- | Name | Type | Description | Required |
590
- | ---- | ---- | ----------- | -------- |
591
- | ErrorScope | integer | | |
592
-
593
575
#### InnerError
594
576
595
577
| Name | Type | Description | Required |
@@ -609,9 +591,9 @@ The error object.
609
591
| Name | Type | Description | Required |
610
592
| ---- | ---- | ----------- | -------- |
611
593
| code | string | | No |
612
- | level | [ CodeLevel ] ( #codelevel ) | | No |
613
- | scope | [ ErrorScope ] ( #errorscope ) | | No |
614
- | errorKind | [ ErrorKind ] ( #errorkind ) | | No |
594
+ | level | string | _ Enum: _ ` "Info" ` , ` "Warning" ` , ` "Error" ` | No |
595
+ | scope | string | _ Enum: _ ` "Unknown" ` , ` "Request" ` , ` "Connection" ` , ` "User" ` , ` "Group" ` | No |
596
+ | errorKind | string | _ Enum: _ ` "Unknown" ` , ` "NotExisted" ` , ` "NotInGroup" ` , ` "Invalid" ` | No |
615
597
| message | string | | No |
616
598
| jsonObject | | | No |
617
599
| isSuccess | boolean | | No |
0 commit comments