Skip to content

Commit a3e274f

Browse files
Merge pull request #233106 from vwxyzh/patch-1
fix enum type in swagger for signalr service.
2 parents 0d7cdc1 + 9963717 commit a3e274f

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

articles/azure-signalr/swagger/signalr-data-plane-rest-v20220601.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,6 @@ Remove a user from all groups.
560560

561561
### Models
562562

563-
#### CodeLevel
564-
565-
| Name | Type | Description | Required |
566-
| ---- | ---- | ----------- | -------- |
567-
| CodeLevel | integer | | |
568-
569563
#### ErrorDetail
570564

571565
The error object.
@@ -578,18 +572,6 @@ The error object.
578572
| details | [ [ErrorDetail](#errordetail) ] | An array of details about specific errors that led to this reported error. | No |
579573
| inner | [InnerError](#innererror) | | No |
580574

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-
593575
#### InnerError
594576

595577
| Name | Type | Description | Required |
@@ -609,9 +591,9 @@ The error object.
609591
| Name | Type | Description | Required |
610592
| ---- | ---- | ----------- | -------- |
611593
| 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 |
615597
| message | string | | No |
616598
| jsonObject | | | No |
617599
| isSuccess | boolean | | No |

0 commit comments

Comments
 (0)