NAME
WebService::Google::Closure::Type::Error - Error generated in compilation
ATTRIBUTES
$error->type
Returns a string with the compiled javascript code.
See http://code.google.com/closure/compiler/docs/api-ref.html#errors for further information.
$error->file
Filename of the file that caused the error
$error->lineno
Line number that caused the error
$error->charno
Char number that caused the error
$error->text
The error text
LICENSE AND COPYRIGHT
Copyright 2010-2011 Magnus Erixzon.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.