Warning
Do not explicitly catch this error, instead catch KvrError
. Your
error may at any point in the future get its own exception class, and so
will no longer be of this type. The actual status code that raised any
KvrError
can always be accessed through a status
attribute.