TrustTokenOperationDoneStatus Enumeration |
Version 130.1.90
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.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic enum TrustTokenOperationDoneStatus
public enum class TrustTokenOperationDoneStatus
Members| Member name | Value | Description |
|---|
| Ok | 0 |
Ok
|
| InvalidArgument | 1 |
InvalidArgument
|
| MissingIssuerKeys | 2 |
MissingIssuerKeys
|
| FailedPrecondition | 3 |
FailedPrecondition
|
| ResourceExhausted | 4 |
ResourceExhausted
|
| AlreadyExists | 5 |
AlreadyExists
|
| ResourceLimited | 6 |
ResourceLimited
|
| Unauthorized | 7 |
Unauthorized
|
| BadResponse | 8 |
BadResponse
|
| InternalError | 9 |
InternalError
|
| UnknownError | 10 |
UnknownError
|
| FulfilledLocally | 11 |
FulfilledLocally
|
See Also