ErrorEvent class

Implemented types
Annotations
  • @sealed

Constructors

ErrorEvent(dynamic error, StackTrace stackTrace, {String? description, Level level = Level.error, String? fingerprint, String? title, JsonMap? custom})
const

Properties

custom JsonMap?
Extra key/value data attached to this occurrence (Data.custom), visible and searchable in Rollbar directly — unlike breadcrumb extras, which only show up in the telemetry trail of whichever occurrence follows.
final
description String?
final
error → dynamic
final
fingerprint String?
Overrides Rollbar's default stack/exception-class grouping for this occurrence. Null (the default) leaves grouping untouched.
final
hashCode int
The hash code for this object.
no setterinherited
level Level
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
final
title String?
Overrides the occurrence's display title. Null (the default) leaves it to Rollbar. Truncated to 255 chars — Rollbar's documented limit.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited