NAME
Mail::BIMI::Error - Class to represent an error condition
VERSION
version 3.20240402
DESCRIPTION
Class for representing an error condition
INPUTS
These values are used as inputs for lookups and verifications, they are typically set by the caller based on values found in the message being processed
code
is=ro required
Error code
detail
is=ro
Human readable details
EXTENDS
METHODS
description()
Return the human readable description for this class of error
result()
Return the Authentication-Results bimi= result for this class of error
REQUIRES
AUTHOR
Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Marc Bradshaw.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.