const PaymentRequired({ String? message, ErrorType errorType = ErrorType.paymentRequired, }) : super(errorType, message: message);