[This is preliminary documentation and is subject to change.]
The bugcollect.com response result status for the report.
Namespace:
bugcollectAssembly: bugcollect (in bugcollect.dll) Version: 1.0.0.0 (1.0)
Syntax
| C# |
|---|
public enum EResultStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration EResultStatus |
Members
| Member name | Description | |
|---|---|---|
Unitialized value.
| ||
The report was accepted and a new record was created.
| ||
The report was accepted but the bucket is marked to ignore new reports.
| ||
The account has exceeded the allocated storage. It cannot accept new reports.
| ||
The account is currently not subscribed. No reports are accepted.
| ||
An error occured during submission.
|