NativeSealdError class

SealdError represents an error that happened during an operation. Not all fields are necessarily filled.

Inheritance
Implemented types
Available extensions

Constructors

NativeSealdError()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Code Pointer<Utf8>
The error code, which is a machine-readable string that represents this error.
getter/setter pair
Description Pointer<Utf8>
A human-readable description of the error.
getter/setter pair
Details Pointer<Utf8>
Details about the error.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Id Pointer<Utf8>
The error ID, which is a unique string for the precise place this error was thrown from.
getter/setter pair
NativeStack Pointer<Utf8>
The call stack in Seald native code.
getter/setter pair
Raw Pointer<Utf8>
The raw underlying error.
getter/setter pair
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.
getter/setter pair

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