PerlError

public enum PerlError : Error

Enumeration of the possible errors.

  • A die occurred in Perl. Text of the error or a SV die was called with will be in an associated value.

    Declaration

    Swift

    case died(_: PerlScalar)