GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zonemaster::Engine::Normalization::Error(3) User Contributed Perl Documentation Zonemaster::Engine::Normalization::Error(3)

Zonemaster::Engine::Normalization::Error - normalization error class

    use Zonemaster::Engine::Normalization::Error;
    my $error = Zonemaster::Engine::Normalization::Error->new(LABEL_TOO_LONG => {label => $label});

The message tag associated to the error.
The error message parameters to use in the message string.

Creates and returns a new error object. This function will croak if there is a missing parameter for the given tag.
Returns the translated error message using the parameters given when creating the object.
Returns the message tag associated to the error.
Returns a string representation of the error object. Equivalent to message().
2025-02-24 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.