Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
ntpsec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
NTPsec
ntpsec
Commits
e752e68c
There was a problem fetching the pipeline summary.
Commit
e752e68c
authored
7 years ago
by
Ian Bruene
Browse files
Options
Downloads
Patches
Plain Diff
Added response error codes
parent
122f396b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pylib/agentx.py
+14
-0
14 additions, 0 deletions
pylib/agentx.py
with
14 additions
and
0 deletions
pylib/agentx.py
+
14
−
0
View file @
e752e68c
...
...
@@ -706,3 +706,17 @@ RSN_SHUTDOWN = 5
RSN_BY_MANAGER
=
6
definedReasons
=
(
RSN_OTHER
,
RSN_PARSE_ERROR
,
RSN_PROTOCOL_ERROR
,
RSN_TIMEOUT
,
RSN_SHUTDOWN
,
RSN_BY_MANAGER
)
# Error reasons
ERR_NOERROR
=
0
ERR_GENERR
=
5
ERR_NO_ACCESS
=
6
ERR_WRONG_TYPE
=
7
ERR_WRONG_LEN
=
8
ERR_WRONG_ENCODING
=
9
ERR_WRONG_VALUE
=
10
ERR_NO_CREATION
=
11
ERR_INCONSISTENT_VALUE
=
12
ERR_RESOURCE_UNAVAILABLE
=
13
ERR_NOT_WRITABLE
=
17
ERR_INCONSISTENT_NAME
=
18
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment