Skip to main content

OpErrorType

OpErrorType is an enum that represents the type of error that occurred during an operation. Used in OpResult and OpResult<T> to indicate the type of error that occurred during an operation.

The possible values are:

  • None
  • Unknown
  • ServiceUnavailable
  • InternalServerError
  • TransactionCanceled
  • ConditionalCheckFailed
  • ProvisionedThroughputExceeded
  • AccessDenied
  • IncompleteSignature
  • ItemCollectionSizeLimitExceeded
  • LimitExceeded
  • MissingAuthenticationToken
  • RequestLimitExceeded
  • ResourceInUse
  • ResourceNotFound
  • Throttling
  • UnrecognizedClient
  • Validation
  • IdempotentParameterMismatch
  • TransactionInProgress