| Class | Description |
|---|---|
| Client |
Represents the client info to send to Rollbar.
|
| Client.Builder |
Constructor.
|
| Data |
Represents the actual data being posted to Rollbar.
|
| Data.Builder |
Builder class for
data. |
| Notifier |
Information about this notifier, or one based off of this.
|
| Notifier.Builder |
Builder class for
notifier. |
| Person |
Represents the user affected by an error.
|
| Person.Builder |
Builder class for
person. |
| Request |
Represents the HTTP request that triggered the error.
|
| Request.Builder |
Builder class for
request. |
| Server |
Represents the server object sent to Rollbar.
|
| Server.Builder |
Builder class for
notifier. |
| TelemetryEvent |
Represents an event that allows you to leave a 'breadcrumb' leading up to an exception.
|
| Enum | Description |
|---|---|
| Level |
The Level of a Rollbar Report.
|
| Source |
The Source of a payload.
|
| TelemetryType |
Represents the different types of
TelemetryEvent available. |