The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DNS::Unbound::X::Unbound

DESCRIPTION

This class subclasses X::Tiny::Base and represents a libunbound error. Its instances contain the following properties:

  • number - The libunbound error number. Will correspond to one of DNS::Unbound’s UB_* constants.

  • string - libunbound’s string that describes the error.