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’sget_error_name()
)extra
- Either undef or some string that contains extra (potentially useful) diagnostic information.