SealdException class Helpers

Implemented types

Constructors

SealdException({int status = 0, String code = "", String id = "", String description = "", String details = "", String raw = "", String nativeStack = ""})

Properties

code String
The error code, which is a machine-readable string that represents this error.
final
description String
A human-readable description of the error.
final
details String
Details about the error.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The error ID, which is a unique string for the precise place this error was thrown from.
final
nativeStack String
The call stack in Seald native code.
final
raw String
The raw underlying error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
If the error is returned by the Seald server, the HTTP status code.
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