Click or drag to resize

TrustTokenOperationDoneStatus Enumeration

Version 111.2.70
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: 111.2.70.0 (111.2.70.0)
Syntax
public enum TrustTokenOperationDoneStatus
Members
  Member nameValueDescription
Ok0 Ok
InvalidArgument1 InvalidArgument
FailedPrecondition2 FailedPrecondition
ResourceExhausted3 ResourceExhausted
AlreadyExists4 AlreadyExists
Unavailable5 Unavailable
Unauthorized6 Unauthorized
BadResponse7 BadResponse
InternalError8 InternalError
UnknownError9 UnknownError
FulfilledLocally10 FulfilledLocally
See Also