validateUploadFileArgs abstract method

void validateUploadFileArgs(
  1. K uploadFileParams
)

Validate the arguments of the file to be uploaded.

The method is silent, so it should throw errors in case there's a validation error.

Implementation

void validateUploadFileArgs(K uploadFileParams);