hardware_message_cardValueError method

String hardware_message_cardValueError(
  1. Object error
)

The hardware document contains a value error: [{error}]. We're sorry for the issue, please contact support with this error.

Implementation

String hardware_message_cardValueError(Object error) {
  return Intl.message(
    'The hardware document contains a value error: [$error].  We\'re sorry for the issue, please contact support with this error.',
    name: 'hardware_message_cardValueError',
    desc: '',
    args: [error],
  );
}