Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
cdb9b47f
Commit
cdb9b47f
authored
8 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Added the eos::wfe::Error message
parent
a933ee1f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eos/messages/eos_messages.proto
+11
-3
11 additions, 3 deletions
eos/messages/eos_messages.proto
with
11 additions
and
3 deletions
eos/messages/eos_messages.proto
+
11
−
3
View file @
cdb9b47f
...
...
@@ -81,6 +81,13 @@ message Tapereplica {
Checksum
cks
=
4
;
//< File checksum as computer while writing to tape
}
message
Error
{
enum
Audience
{
EOSLOG
=
0
;
ENDUSER
=
1
;}
Audience
audience
=
1
;
//< The intended audience of the error message
fixed64
code
=
2
;
//< Zero means success, non-zero means error
string
message
=
3
;
//< An empty if success, else an error message
}
// The following message is used to wrap all messages sent between EOS and its
// peers.
//
...
...
@@ -103,7 +110,8 @@ message Tapereplica {
message
Wrapper
{
enum
Type
{
NOTIFICATION
=
0
;
XATTR
=
1
;
TAPEREPLICA
=
2
;}
Type
type
=
1
;
Notification
notification
=
2
;
Xattr
xattr
=
3
;
Tapereplica
tapereplica
=
4
;
Error
error
=
2
;
Notification
notification
=
3
;
Xattr
xattr
=
4
;
Tapereplica
tapereplica
=
5
;
}
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