The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.34

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) 2015 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.