aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go
blob: 04f0638c46eda57594b9fc67a970053b16e26eba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
 */

package service

const (
	ERROR_LOG_CONTAINER_OPEN_FAILED uint32 = 0x000019F1
	ERROR_INVALID_PARAMETER         uint32 = 0x00000057
	ERROR_OPEN_FAILED               uint32 = 0x0000006E
	ERROR_ADAP_HDW_ERR              uint32 = 0x00000039
	ERROR_PIPE_LISTENING            uint32 = 0x00000218
	ERROR_BAD_LOGON_SESSION_STATE   uint32 = 0x00000555
	ERROR_BAD_PATHNAME              uint32 = 0x000000A1
	ERROR_FILE_NOT_FOUND            uint32 = 0x00000002
	ERROR_SERVER_SID_MISMATCH       uint32 = 0x00000274
	ERROR_NETWORK_BUSY              uint32 = 0x00000036
	ERROR_NO_TRACKING_SERVICE       uint32 = 0x00000494
)