FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SigningServer/SigningServer.ClientCore/ErrorCodes.cs at develop · Danielku15/SigningServer · GitHub
Danielku15
/
SigningServer
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
30
Code
Issues
7
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
SigningServer
/
SigningServer.ClientCore
/
ErrorCodes.cs
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (12 loc) · 446 Bytes
Breadcrumbs
SigningServer
/
SigningServer.ClientCore
/
ErrorCodes.cs
Copy path
File metadata and controls
14 lines (12 loc) · 446 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace
SigningServer
.
ClientCore
;
public
static
class
ErrorCodes
{
public
const
int
UnexpectedError
=
1
;
public
const
int
FileNotFound
=
2
;
public
const
int
FileAlreadySigned
=
3
;
public
const
int
UnsupportedFileFormat
=
4
;
public
const
int
Unauthorized
=
5
;
public
const
int
InvalidConfiguration
=
6
;
public
const
int
CommunicationError
=
7
;
// public const int SecurityNegotiationFailed = 8; -> Phased out
}
Back
|
FazBrowse Home
|
New Git URL