failedToUploadClone static method

String failedToUploadClone(
  1. String clientId,
  2. Object error
)

Implementation

static String failedToUploadClone(String clientId, Object error) =>
    'Failed to upload the clone for client ID "$clientId": $error';