This documentation is for the old version. Go to the latest Upload Suite docs

nirvanixExtender.serviceError Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of ServiceError event handlers.

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var nx = $au.nirvanixExtender(u);
nx.serviceError(null);
//...other params...
u.writeHtml();

Property Value

Type: Array

The string containing a name of ServiceError event handler or an array of handler names.

Remarks

This event fires if some error occurred during upload to Nirvanix service.