| Interface | Description |
|---|---|
| BodyContent |
A marker interface for the contents of the rollbar body.
|
| Class | Description |
|---|---|
| Body |
A container for the actual error(s), message, or crash report that caused this error.
|
| Body.Builder |
Builder class for
body. |
| CodeContext |
Represents the context around the code where the error occurred (lines before, 'pre', and after,
'post').
|
| CodeContext.Builder |
Builder class for
code context. |
| CrashReport |
Represents a crash report (currently only for iOS, eventually Android, and maybe (if possible)
core and memory dumps).
|
| CrashReport.Builder |
Builder class for
crash report. |
| ExceptionInfo |
Represents *non-stacktrace* information about an exception, like class, description, and
message.
|
| ExceptionInfo.Builder |
Builder class for
exception info. |
| Frame |
Represents a single frame from a stack trace.
|
| Frame.Builder |
Builder class for
frame. |
| Message |
Represents a message (text) sent to Rollbar, possible with additional information.
|
| Message.Builder |
Builder class for
message. |
| Trace |
Represent a Stack Trace to send to Rollbar.
|
| Trace.Builder |
Builder class for
trace. |
| TraceChain |
Represents a chain of errors (typically from Exceptions with
Throwable.getCause()
returning some value). |
| TraceChain.Builder |
Builder class for
trace chain. |