ErrorCode enum
Values
- ok → const ErrorCode
- 
  No error 
- permissionDenied → const ErrorCode
- 
  Insuficient permission to perform the intended operation 
- invalidInput → const ErrorCode
- 
  Invalid input parameter 
- invalidData → const ErrorCode
- 
  Invalid data (e.g., malformed incoming message, config file, etc...) 
- alreadyExists → const ErrorCode
- 
  Entry already exists 
- notFound → const ErrorCode
- 
  Entry not found 
- ambiguous → const ErrorCode
- 
  Multiple matching entries found 
- unsupported → const ErrorCode
- 
  The indended operation is not supported 
- interrupted → const ErrorCode
- 
  The operation was interrupted 
- connectionRefused → const ErrorCode
- 
  Failed to establish connection to the server 
- connectionAborted → const ErrorCode
- 
  Connection aborted by the server 
- transportError → const ErrorCode
- 
  Failed to send or receive message 
- listenerBindError → const ErrorCode
- 
  Listener failed to bind to the specified address 
- listenerAcceptError → const ErrorCode
- 
  Listener failed to accept client connection 
- storeError → const ErrorCode
- 
  Operation on the internal repository store failed 
- isDirectory → const ErrorCode
- 
  Entry was expected to not be a directory but it is 
- notDirectory → const ErrorCode
- 
  Entry was expected to be a directory but it isn't 
- directoryNotEmpty → const ErrorCode
- 
  Directory was expected to be empty but it isn't 
- resourceBusy → const ErrorCode
- 
  File or directory is busy 
- runtimeInitializeError → const ErrorCode
- 
  Failed to initialize runtime 
- configError → const ErrorCode
- 
  Failed to read from or write into the config file 
- tlsCertificatesNotFound → const ErrorCode
- 
  TLS certificated not found 
- tlsCertificatesInvalid → const ErrorCode
- 
  TLS certificates failed to load 
- tlsKeysNotFound → const ErrorCode
- 
  TLS keys not found 
- tlsConfigError → const ErrorCode
- 
  Failed to create TLS config 
- vfsDriverInstallError → const ErrorCode
- 
  Failed to install virtual filesystem driver 
- vfsOtherError → const ErrorCode
- 
  Unspecified virtual filesystem error 
- serviceAlreadyRunning → const ErrorCode
- 
  Another instance of the service is already running 
- storeDirUnspecified → const ErrorCode
- 
  Store directory is not specified 
- mountDirUnspecified → const ErrorCode
- 
  Mount directory is not specified 
- other → const ErrorCode
- 
  Unspecified error 
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  encode(Packer p) → void 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toInt() → int 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited