An interface member has a modifier that is not allowed. Only the public modifier is allowed for interface members.
To correct this error
-
Make sure that only the modifier that is applied to interface members is the public modifier.
See Also
Reference
interface StatementConcepts
JScript Modifiers