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

NAME

ShardedKV::Error::ReadFail - Thrown when get() fails on a storage backend

VERSION

version 0.14

DESCRIPTION

ShardedKV::Error::ReadFail is an exception thrown when there is a problem reading from a particular storage backend. The exception will contain which key failed.

=public_attribute key

  (is: ro, isa: Str, required)

key holds what particular key was used for the get() call.

AUTHORS

  • Steffen Mueller <smueller@cpan.org>

  • Nick Perez <nperez@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Steffen Mueller.

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