ErrCode class
original pub package: https://pub.dev/packages/cloudbase_database author: https://cloudbase.net/ & lirongcong.bennett@gmail.com
Constructors
- ErrCode()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- SDK_DATABASE_REALTIME_LISTENER_CHECK_LAST_FAIL → const String
- SDK_DATABASE_REALTIME_LISTENER_CLOSE_WATCH_FAIL → const String
- SDK_DATABASE_REALTIME_LISTENER_INIT_WATCH_FAIL → const String
- SDK_DATABASE_REALTIME_LISTENER_REBUILD_WATCH_FAIL → const String
- SDK_DATABASE_REALTIME_LISTENER_RECEIVE_INVALID_SERVER_DATA → const String
- SDK_DATABASE_REALTIME_LISTENER_RECONNECT_WATCH_FAIL → const String
- SDK_DATABASE_REALTIME_LISTENER_SERVER_ERROR_MSG → const String
- SDK_DATABASE_REALTIME_LISTENER_UNEXPECTED_FATAL_ERROR → const String
- SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_CLOSED → const String
- SDK_DATABASE_REALTIME_LISTENER_WEBSOCKET_CONNECTION_ERROR → const String
- UNKNOWN_ERROR → const String