The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::XING::Error - XING API Error Response Class

DESCRIPTION

WebService::XING::Error is the XING API error response class. It inherits everything from WebService::XING::Response and adds the following:

ATTRIBUTES

error_name

Error description string as returned by the XING API in an error response. Might be undef if the API did not return an error_name field in the response body.

content_message

Error message string as returned by the XING API in an error response. Might be undef if the API did not return an message field in the response body.