IssueLayer enum

The layer where an issue likely originates.

Inheritance
Available extensions

Values

server → const IssueLayer

HTTP 5xx, server-side error messages.

network → const IssueLayer

Timeouts, socket errors, DNS failures, no connectivity.

mobile → const IssueLayer

Dart exceptions, null errors, parse/cast failures, UI bugs.

auth → const IssueLayer

HTTP 401/403, token expiry, permission denied.

unknown → const IssueLayer

Cannot be auto-classified.

Properties

colorValue int

Available on IssueLayer, provided by the IssueLayerDisplay extension

Color value (as int) for badge rendering. Using int to avoid importing Flutter in this pure-Dart file.
no setter
emoji String

Available on IssueLayer, provided by the IssueLayerDisplay extension

Emoji for plain-text exports.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
label String

Available on IssueLayer, provided by the IssueLayerDisplay extension

Short label for badge display.
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<IssueLayer>
A constant List of the values in this enum, in order of their declaration.