| TrustTokenOperationDoneStatus Enumeration | 
Version 99.2.120 
            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: 99.2.120.0 (99.2.120.0)
 Syntax
Syntaxpublic enum TrustTokenOperationDoneStatus
public enum class TrustTokenOperationDoneStatus
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Ok | 0 | Ok | 
|  | InvalidArgument | 1 | InvalidArgument | 
|  | FailedPrecondition | 2 | FailedPrecondition | 
|  | ResourceExhausted | 3 | ResourceExhausted | 
|  | AlreadyExists | 4 | AlreadyExists | 
|  | Unavailable | 5 | Unavailable | 
|  | BadResponse | 6 | BadResponse | 
|  | InternalError | 7 | InternalError | 
|  | UnknownError | 8 | UnknownError | 
|  | FulfilledLocally | 9 | FulfilledLocally | 
 See Also
See Also