getKeyErrorMsg static method
Implementation
static String getKeyErrorMsg(String keyType) {
return 'Invalid $keyType key. You must use a valid $keyType key. Ensure that you '
'have set a $keyType key. Check https://credo.nugitech.com/ for more';
}