* @param timeout - GetMeta timeout in millis
* @param action - action to take on error
* @return the gets the meta error handling settings
*/
public static GetMetaErrorHandlingSettings createGetMetaErrorHandlingSettings(int retryCount, int timeout, Action action) {
return new GetMetaErrorHandlingSettingsImpl(retryCount, timeout, action);
}