Skip to content

Commit dbac244

Browse files
Reject with no such user context in setExtraHeaders and addDataCollector
1 parent 4b4bd4b commit dbac244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8759,7 +8759,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
87598759

87608760
1. Let |user context| be [=get user context=] with |user context id|.
87618761

8762-
1. If |user context| is null, return [=error=] with [=error code=] [=invalid argument=].
8762+
1. If |user context| is null, return [=error=] with [=error code=] [=no such user context=].
87638763

87648764
1. Let |collector| be a [=network/collector=] with
87658765
[=network-collector/max encoded item size=] field set to |max encoded item size|,
@@ -9695,7 +9695,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
96959695

96969696
1. Let |user context| be [=get user context=] with |user context id|.
96979697

9698-
1. If |user context| is null, return [=error=] with [=error code=] [=invalid argument=].
9698+
1. If |user context| is null, return [=error=] with [=error code=] [=no such user context=].
96999699

97009700
1. [=list/Append=] |user context| to |user contexts|.
97019701

0 commit comments

Comments
 (0)