13 lines
266 B
JavaScript
13 lines
266 B
JavaScript
|
/*
|
||
|
* group: other
|
||
|
* class: sandboxing
|
||
|
* name: SBIE2114 File is too large to copy into sandbox, denying access
|
||
|
* description: File is too large to copy into sandbox, denying access
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
if (typeof msgCode === 'undefined') {
|
||
|
msgCode = 2114;
|
||
|
}
|
||
|
|
||
|
invoke("SBIECOPY");
|