Function: isPptxEditorError()
function isPptxEditorError(value: unknown): value is PptxEditorError;Test whether an unknown caught value follows the PptxEditorError contract.
Parameters
value
unknown
Caught value to inspect.
Returns
value is PptxEditorError
true when the value contains a known editor error code.