Enum BrowserStatus
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Enumerates the possible statuses of a browser operation.
public enum BrowserStatus
Fields
Success = 0
The operation was successful.
Timeout = 2
The operation timed out.
UnknownError = 3
An unknown error occurred during the operation.
UserCanceled = 1
The user canceled the operation.