File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -8218,8 +8218,9 @@ <h2>User Prompts</h2>
8218
8218
< p > A < dfn > user prompt handler</ dfn > is an < a > enumerated attribute</ a >
8219
8219
defining what action the < a > remote end</ a > must take
8220
8220
when a < a > user prompt</ a > is encountered. This is defined by the
8221
- < a > unhandled prompt behavior</ a > capability.
8222
- The following table lists the keywords and states for the attribute:
8221
+ < a > unhandled prompt behavior</ a > capability. The
8222
+ following < dfn > known prompt handling approaches table</ dfn > lists the
8223
+ keywords and states for the attribute:
8223
8224
8224
8225
< table class =simple >
8225
8226
< tr >
@@ -8241,6 +8242,20 @@ <h2>User Prompts</h2>
8241
8242
</ tr >
8242
8243
</ table >
8243
8244
8245
+ < p > When required to < dfn > deserialize as an unhandled prompt behavior</ dfn > an
8246
+ argument < var > value</ var > :
8247
+
8248
+ < ol >
8249
+ < li > < p > If < var > value</ var > is not a < a > string</ a > return
8250
+ an < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
8251
+
8252
+ < li > < p > If < var > value</ var > is not present as a < code > keyword</ code >
8253
+ in the < a > known prompt handling approaches table</ a > return an < a > error</ a > with < a > error
8254
+ code</ a > < a > invalid argument</ a > .
8255
+
8256
+ < li > < p > Return < a > success</ a > with data < var > value</ var > .
8257
+ </ ol >
8258
+
8244
8259
< p > In order to < dfn > handle any user prompts</ dfn >
8245
8260
a < a > remote end</ a > must take the following steps:
8246
8261
You can’t perform that action at this time.
0 commit comments