Click or drag to resize

TrustTokenOperationDoneStatus Enumeration

Version 94.4.20
Detailed success or error status of the operation. 'AlreadyExists' also signifies a successful operation, as the result of the operation already exists und thus, the operation was abort preemptively (e.g. a cache hit).

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum TrustTokenOperationDoneStatus
Members
  Member nameValueDescription
Ok0 Ok
InvalidArgument1 InvalidArgument
FailedPrecondition2 FailedPrecondition
ResourceExhausted3 ResourceExhausted
AlreadyExists4 AlreadyExists
Unavailable5 Unavailable
BadResponse6 BadResponse
InternalError7 InternalError
UnknownError8 UnknownError
FulfilledLocally9 FulfilledLocally
See Also