Returns Error messages during the last from_xml call.
Returns:
Error messages during the last from_xml call
29 30 31
# File 'lib/oxm.rb', line 29 def errors @handler ? @handler.errors : [] end