
ShardedKV::Error::DeleteFail - Thrown when delete() fails on a storage backend

version 0.17

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

(is: ro, isa: Str, required)
key holds what particular key was used for the delete() call.


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.