StackDriverErrorReporter class

Constructors

StackDriverErrorReporter()
factory

Properties

apiKey String?
getter/setter pair
context ErrorContext?
getter/setter pair
customReportingFunction Function?
getter/setter pair
disabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
projectId String?
getter/setter pair
referer String
getter/setter pair
reportUncaughtExceptions bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceContext ServiceContext?
getter/setter pair
targetUrl String?
getter/setter pair

Methods

apiReport(ApiException exception) Future<Exception?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerHandlers(StackDriverErrorReporter reporter) → void
report({Object? err, StackTrace? trace}) Future<Exception?>
resolveError({String? errorMessage, StackTrace? stackTrace}) → dynamic
sendErrorPayload(String url, Payload payload) Future<Exception>
setUser(String user) → dynamic
start(Config config) → void
toString() String
A string representation of this object.
inherited

Operators

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