Gets or sets an array of ServiceError event handlers.
var u = $au.uploader({
//...other params...
});
var nx = $au.nirvanixExtender(u);
nx.serviceError(null);
//...other params...
u.writeHtml();
Type: Array
The string containing a name of ServiceError event handler or an array of handler names.
This event fires if some error occurred during upload to Nirvanix service.