SyneriseError class
Constructors
- SyneriseError(int code, String message, {dynamic details, String? stacktrace})
Properties
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
Static Properties
- defaultUnknownErrorCode ↔ int
-
getter/setter pair
Static Methods
-
fromException(
PlatformException exception) → SyneriseError -
fromObject(
dynamic error) → SyneriseError -
unknownApiCommunicationError(
) → SyneriseError -
unknownError(
dynamic error) → SyneriseError