BifrostInternalDiagnostic class final

A programming defect contained at a repository boundary.

This deliberately carries no HTTP response body. error and stackTrace are diagnostic-only and must never be shown to a user.

Constructors

BifrostInternalDiagnostic({required String operation, required Object error, required StackTrace stackTrace})
const

Properties

error Object
Original error thrown by app or client code.
final
hashCode int
The hash code for this object.
no setterinherited
operation String
Repository operation that contained the defect (fetch, mutate, ...).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
Original stack trace.
final

Methods

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

Operators

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