Skip to main content

Result

enum class Result

  • Ok Operation succeeded.
  • Failure Operation unspecified failure.
  • InvalidState Operation is not allowed given current internal state.
  • Timeout Operation took longer than expected.
  • InvalidArg Operation argument out of range or invalid.
  • NotReady Unable to complete operation at this time.
  • LockFailed Exclusive resource lock acquisition by operation failed.