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

Net::Stripe::Error - represent an error result from interacting with Stripe

VERSION

version 0.27

ATTRIBUTES

code

Reader: code

Type: Maybe[Str]

message

Reader: message

Type: Maybe[Str]

This attribute is required.

param

Reader: param

Type: Maybe[Str]

previous_exception

Reader: previous_exception

type

Reader: type

Type: Maybe[Str]

This attribute is required.

AUTHORS

  • Luke Closs

  • Rusty Conover

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Prime Radiant, Inc., (c) copyright 2014 Lucky Dinosaur LLC..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.