Bing::Search::Result::Errors - Error result


Bing-Search documentation  | view source Contained in the Bing-Search distribution.

Index


NAME

Top

Bing::Search::Result::Errors - Error result

DESCRIPTION

Top

This particular result is special. It indicates that something you did Bing didn't link. It certaintly isn't a bug, of course.

See http://msdn.microsoft.com/en-us/library/dd251042.aspx for documented error codes.

Additionally, if relevent, Bing will return an attribute, HelpUrl to direct your attention to some more detailed problem solving.

METHODS

Top

Code

An error code, almost always a number.

Message

The message itself. Terrifying things like "Required parameter missing".

Parameter

If relevent, Bing will tell you which parameter in your request broke.

HelpUrl

A URI object containing a URL to point you at More Help.

Value

The value Bing got for the Parameter that broke.

AUTHOR

Top

Dave Houston, dhouston@cpan.org, 2010

LICENSE

Top

This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.


Bing-Search documentation  | view source Contained in the Bing-Search distribution.