TrustTokenOperationDoneStatus Enumeration | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
Syntaxpublic enum TrustTokenOperationDoneStatus
public enum class TrustTokenOperationDoneStatus
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