Table of Contents

Enum ReportStatus

Namespace
Vonage.Reports
Assembly
Vonage.dll

Represents the status of an asynchronous report request.

public enum ReportStatus

Fields

Aborted = 3

The report was aborted before completion.

Failed = 4

The report generation failed.

Pending = 0

The report has been received and is waiting to be processed.

Processing = 1

The report is currently being generated.

Success = 2

The report was generated successfully.

Truncated = 5

The report was truncated because it exceeded the maximum allowed size.