Skip to content

Commit 8bebbd5

Browse files
committed
add -80326 to exception for annotation's updateOptions
1 parent fea70d2 commit 8bebbd5

12 files changed

Lines changed: 83 additions & 0 deletions

File tree

api/class/annotation/ellipse.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,10 @@ ellipse.updateOptions(ellipseOptions); // Update the background of the ellipse t
207207
--------|-----------------------------------------------------|----------------------
208208
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
209209
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
210+
211+
212+
**Exception**
213+
214+
Error Code | Error Message
215+
--------|-----------------------------------------------------
216+
-80326 | The annotation has already been deleted.

api/class/annotation/highlight.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,9 @@ highlight.updateOptions(newOptions); // Update the annotation.
196196
--------|-----------------------------------------------------|----------------------
197197
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
198198
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
199+
200+
**Exception**
201+
202+
Error Code | Error Message
203+
--------|-----------------------------------------------------
204+
-80326 | The annotation has already been deleted.

api/class/annotation/ink.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,10 @@ ink.updateOptions(inkOptions); // Update the border color of the ink to red.
202202
--------|-----------------------------------------------------|----------------------
203203
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
204204
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
205+
206+
**Exception**
207+
208+
Error Code | Error Message
209+
--------|-----------------------------------------------------
210+
-80326 | The annotation has already been deleted.
211+

api/class/annotation/line.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,10 @@ line.updateOptions(lineOptions); // Update the line ending of the line to open.
205205
--------|-----------------------------------------------------|----------------------
206206
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
207207
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
208+
209+
**Exception**
210+
211+
Error Code | Error Message
212+
--------|-----------------------------------------------------
213+
-80326 | The annotation has already been deleted.
214+

api/class/annotation/polygon.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,10 @@ polygon.updateOptions(polygonOptions); // Update the background of the polygon t
207207
--------|-----------------------------------------------------|----------------------
208208
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
209209
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
210+
211+
**Exception**
212+
213+
Error Code | Error Message
214+
--------|-----------------------------------------------------
215+
-80326 | The annotation has already been deleted.
216+

api/class/annotation/polyline.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,10 @@ polyline.updateOptions(polylineOptions); // Update the line ending of the polyli
205205
--------|-----------------------------------------------------|----------------------
206206
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
207207
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
208+
209+
**Exception**
210+
211+
Error Code | Error Message
212+
--------|-----------------------------------------------------
213+
-80326 | The annotation has already been deleted.
214+

api/class/annotation/rectangle.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,10 @@ rect.updateOptions(rectOptions); // Update the background of the rectangle to re
207207
--------|-----------------------------------------------------|----------------------
208208
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
209209
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
210+
211+
**Exception**
212+
213+
Error Code | Error Message
214+
--------|-----------------------------------------------------
215+
-80326 | The annotation has already been deleted.
216+

api/class/annotation/stamp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,10 @@ await stamp.updateOptions(stampOptions); // Update the stamp icon to 'APPROVED'.
203203
--------|-----------------------------------------------------|----------------------
204204
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
205205
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
206+
207+
**Exception**
208+
209+
Error Code | Error Message
210+
--------|-----------------------------------------------------
211+
-80326 | The annotation has already been deleted.
212+

api/class/annotation/strikeout.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,10 @@ strikeout.updateOptions(newOptions); // Update the annotation.
196196
--------|-----------------------------------------------------|----------------------
197197
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
198198
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
199+
200+
**Exception**
201+
202+
Error Code | Error Message
203+
--------|-----------------------------------------------------
204+
-80326 | The annotation has already been deleted.
205+

api/class/annotation/textbox.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,10 @@ textBox.updateOptions(textBoxOptions); // Update the background of the text box
204204
--------|-----------------------------------------------------|----------------------
205205
-80100 | *XXX(API)*: *XXX(ParameterName)* is invalid. | `false`
206206
-80102 | *XXX(API)*: *XXX(ParameterName)* is missing. | `false`
207+
208+
**Exception**
209+
210+
Error Code | Error Message
211+
--------|-----------------------------------------------------
212+
-80326 | The annotation has already been deleted.
213+

0 commit comments

Comments
 (0)