|-
| '''Errors'''
|{{Error|FOZ20001|#Errors}} the number of entries and contents differs.<br />{{Error|FOZ20002|#Errors}} (some of) the contents are not of type {{Code|xs:string}} or {{Code|xs:base64Binary}}.<br />{{Error|FOZ20003|#Errors}} entry descriptors contain invalid entry names, timestamps, or compression levels .<br/>{{Error|FOZ20004|#Errors}} the specified encoding is invalid or not supported, or encodingsencoding failed.<br/>{{Error|FOZ29999|#Errors}} archive creation failed for some other reason.
|-
| '''Examples'''
|-
| '''Errors'''
|{{Error|FOZ20003FOZ20004|#Errors}} the specified encoding is invalid or not supported, or encoding failed.<br/>{{Error|FOZ29999|#Errors}} archive creation failed for some other reason.
|-
| '''Examples'''
return file:write-binary('new.zip', zip2:delete($zip, $entries))
</pre>
|}
=Errors=
{| class="wikitable" width="100%"
! width="5%"|Code
! width="95%"|Description
|-
|{{Code|FOZ20001}}
|The number of specified entries and contents differs.
|-
|{{Code|FOZ20002}}
|(Some of) the contents are not of type {{Code|xs:string}} or {{Code|xs:base64Binary}}.
|-
|{{Code|FOZ20003}}
|Entry descriptors contain invalid entry names, timestamps or compression levels.
|-
|{{Code|FOZ20004}}
|The specified encoding is invalid or not supported, or encoding failed.
|-
|{{Code|FOZ29999}}
|ZIP processing failed for some other reason.
|}