Table of Contents

Enum DbUnavailableState

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

This Enum provides additional information about the reason for a database request could not succeed. or data change.

public enum DbUnavailableState
Extension Methods

Fields

ConnectionFailure = 1

The database server connection failure (for any reason).

Initializing = 3

The database is being initialized.

None = 0

The none

OperationAborted = 4

The database operation aborted (for any reason: Timeout, inconsistent transaction, concurrency, cache busy, etc.

UnknownDatabase = 2

The unknown database