-
Notifications
You must be signed in to change notification settings - Fork 2
Exception Codes
Joel Latino edited this page Jul 16, 2013
·
2 revisions
Number | Name | Description Help |
---|---|---|
-1 | Missing CDA URL | Is mandatory provide the CDA url in options parameters { url: "http://localhost:8080/pentaho/content/cda/" }
|
-2 | Missing CDA Options | Is mandatory provide the CDA options |
-3 | HTTP ERROR | This is a generic exception (in many cases is related with bad url) |
-4 | Missing CDA Username | Is mandatory provide the CDA username in options parameters { username: "joe" }
|
-5 | Missing CDA Password | Is mandatory provide the CDA password in options parameters { password: "password" }
|