This is a public chat log generated from the #semsol IRC channel.
17:36:47
Hi guys! I was wondering if there is some code documentation for ARC2? I am searching some information about error handling by ARC and what are (and how) the errors returned by some of the procedures (particularly the parser)
17:49:40
errors are kept in a central errors array that you can access via $obj->getErrors()
17:50:18
sub-components will pass their errors through to the calling obj
17:52:34
there are no error codes or a list of possible errors, though
17:54:51
okay good; but is there a way to get parsing errors via this array?
17:55:16
if the parsers detects them, then yes
17:55:25
e.g. xml errors
17:55:41
ok good thanks!
17:57:11
np
17:57:32
lots of room for improvement, I guess
18:02:09
well, everything has its time and priorities
18:02:25
true ;)
18:02:35
:)
18:03:33
nothing is perfect at the first shot (is there anything ever perfect? well maybe my girlfriend when she wakeup on the good foot :D )
18:03:46
heh
18:10:46
speaking of GFs, time to call it a day. 'bye :)
