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

Unicode::ICU::X::ICU - Errors from ICU functions

DESCRIPTION

This class indicates a generic error from some ICU function. It extends Unicode::ICU::X::Base.

ATTRIBUTES

  • function - The name of the ICU function that indicated failure.

  • error - The numeric error code. (cf. Unicode::ICU’s get_error_name())

  • extra - Either undef or some string that contains extra (potentially useful) diagnostic information.