Table of Contents

TTMSFNCCloudRollBarItem Class

Represents a logged item, grouping together one or more occurrences of the same error or message and exposing aggregate information such as the occurrence count and status.

API unit family: TMSFNCCloudRollbar

Syntax

TTMSFNCCloudRollBarItem = class

Properties

Name Description
Counter Read-only number of occurrences counted for the item.
Environment Read-only environment in which the item was reported.
FirstOccurrence Read-only date and time of the first occurrence of the item.
FirstOccurrenceID Read-only identifier of the first occurrence of the item.
Framework Read-only framework name reported for the item.
ID Read-only unique identifier of the item.
LastOccurrence Read-only date and time of the most recent occurrence of the item.
LastOccurrenceID Read-only identifier of the most recent occurrence of the item.
Level Read-only severity level of the item.
OccurrencePage Page number used when retrieving occurrences.
Occurrences Read-only collection of occurrences loaded for the item.
Owner Read-only project that owns this item.
ProjectID Read-only identifier of the project the item belongs to.
Status Read-only handling state of the item.
Title Read-only title of the item.
TotalOccurrences Read-only total number of occurrences recorded for the item.

Methods

Name Description
GetAllOccurrences Retrieves every occurrence of the item, requesting additional pages until all occurrences are loaded into Occurrences.
GetOccurrences Retrieves a single page of occurrences for the item and adds them to Occurrences.