Class: RequestConstructorOptions

RequestConstructorOptions

new RequestConstructorOptions(options)

request

Option checking for constructor

  • token: Authentication token
  • isBatch: Will this be a batch request? [false]
  • batchOnError: On Error mode for batch request [stop]
  • context: Context parameters (see Zimbra's soap.txt)

batchOnError can be either stop (stop on the first batch error) or continue (continue batch, even if there are errors)

Name Type Description
options Object

Options