TrustTokenOperationDoneStatus Enumeration |
Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax public 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