.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


NumErrors property
Example

Read-only. The number of errors logged so far.

Defined in

Log

Data type

int

Syntax

public int getNumErrors()
   throws NotesException

Usage

The NumErrors property is not incremented until after logErrors is called. To get the correct count at the time of a call to logErrors, increment getNumErrors by 1.

Language cross-reference

NumErrors property in LotusScript NotesLog class

Example
See Also