HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RImmers2/robertimmers.nl/wwwroot/wp-content/plugins/backupbuddy/js/errorNumbers.js
/*
@since 5.0

1xxx	BackupBuddy core.
2xxx	Backup startup, pre-backup, etc.
3xxx	Database related.
4xxx	Zip related.
5xxx	
6xxx	
7xxx	
8xxx	Destination related (remote destinations).
9xxx	Specifically defined errors prior to BackupBuddy 5.0.
10000+	Unspecified error number. Randomly generated for uniqueness for tracking down unexpected error situations.

*/

function getErrorInfo( errorNumber ) {
	
	if ( '9010' == errorNumber ) {
		return {
			title: '',
			description: '',
			tips: ''
		};
	}
	
	return false; // No help found for this number.
} // end function