From RTSC-Pedia

Jump to: navigation, search
revision tip
—— LANDSCAPE orientation
[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC

XDCscript - xdc.getErrors

Return array of errors

Contents

Synopsis

 
var errors = xdc.getErrors();

Description

Each module can raise an error that does not immediately terminate processing of a domain model's "validate" phase, for example. xdc.getErrors() returns the current array of errors raised by modules.

Return Value

xdc.getErrors() returns a non-null array of errors raised modules via their $logError() method.

Since

This method was introduced in XDCtools release 3.15.

[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC
Copyright © 2008 The Eclipse Foundation. All Rights Reserved


Views
Personal tools
package reference