Table of Contents

TTMSFNCCloudRollBarOccurrence Class

Represents a single occurrence (instance) of a logged item, holding the details of one captured event such as its level, message, source and stack trace.

API unit family: TMSFNCCloudRollbar

Syntax

TTMSFNCCloudRollBarOccurrence = class

Properties

Name Description
Date Read-only date and time at which the occurrence was recorded.
Description Read-only descriptive text of the occurrence, when available.
Environment Read-only environment name in which the occurrence happened, for example production or staging.
ErrorType Read-only error type or exception class name of the occurrence.
ID Read-only unique identifier of the occurrence.
ItemID Read-only identifier of the item the occurrence belongs to.
Level Read-only severity level of the occurrence.
Owner Read-only item that owns this occurrence.
ProjectID Read-only identifier of the project the occurrence belongs to.
Source Read-only source location (such as a file name) of the occurrence.
Stacktrace Read-only stack trace or code frame captured with the occurrence.
UserIP Read-only IP address of the user associated with the occurrence.