NativeMethods.ErrorCode ​
Contains error codes for various operations.
Kind: Enum
Namespace: ConnectorLib
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
ErrorCode
ERROR_ACCESS_DENIED
Access is denied. This error code indicates that the operation could not be completed due to insufficient permissions.
ErrorCode
ERROR_INVALID_PARAMETER
The parameter is incorrect. This error code indicates that one or more parameters passed to a function are invalid.
Enums
NativeMethods.ErrorCode
[ERROR_ACCESS_DENIED = 5, ERROR_INVALID_PARAMETER = 87]Contains error codes for various operations.
