OuisyncException class
- Implemented types
- Implementers
- AlreadyExists
- Ambiguous
- ConfigError
- ConnectionAborted
- ConnectionRefused
- DirectoryNotEmpty
- Interrupted
- InvalidData
- InvalidInput
- IsDirectory
- ListenerAcceptError
- ListenerBindError
- MountDirUnspecified
- NotDirectory
- NotFound
- PermissionDenied
- ResourceBusy
- RuntimeInitializeError
- ServiceAlreadyRunning
- StoreDirUnspecified
- StoreError
- TlsCertificatesInvalid
- TlsCertificatesNotFound
- TlsConfigError
- TlsKeysNotFound
- TransportError
- Unsupported
- VfsDriverInstallError
- VfsOtherError
Constructors
-
OuisyncException.new(ErrorCode code, [String? message, List<
String> sources = const []]) -
factory
Properties
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