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

Business::Fixflo::Exception

DESCRIPTION

Exception handling for the Business::Fixflo modules, uses the Throwable module.

ATTRIBUTES

message (required)

The error message, if JSON is passed this will be coerced to a string.

code (optional)

The error code, generally the HTTP status code.

response (optional)

The error response, generally the HTTP response.

request (optional)

The original HTTP request data including path, params, content, and headers. You should be careful if you write this data to a file as it may contain sensitive information such as API key(s).

METHODS

description

An alias to the message attribute.

AUTHOR

Lee Johnson - leejo@cpan.org

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you would like to contribute documentation, features, bug fixes, or anything else then please raise an issue / pull request:

    https://github.com/Humanstate/business-fixflo