Type Alias: PptxEditorErrorCode
type PptxEditorErrorCode =
| EditorOperationErrorCode
| "read-failed"
| "render-failed"
| "write-failed";Stable failure codes thrown by the high-level editor.
type PptxEditorErrorCode =
| EditorOperationErrorCode
| "read-failed"
| "render-failed"
| "write-failed";Stable failure codes thrown by the high-level editor.