[ 
https://issues.apache.org/jira/browse/GEODE-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110256#comment-16110256
 ] 

ASF GitHub Bot commented on GEODE-3321:
---------------------------------------

Github user galen-pivotal commented on a diff in the pull request:

    https://github.com/apache/geode/pull/676#discussion_r130781170
  
    --- Diff: 
geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/ProtocolErrorCode.java
 ---
    @@ -0,0 +1,39 @@
    +/*
    + * Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license
    + * agreements. See the NOTICE file distributed with this work for 
additional information regarding
    + * copyright ownership. The ASF licenses this file to You under the Apache 
License), Version 2.0
    + * (the "License")), you may not use this file except in compliance with 
the License. You may obtain
    + * a copy of the License at
    + *
    + * http://www.apache.org/licenses/LICENSE2.0
    + *
    + * Unless required by applicable law or agreed to in writing), software 
distributed under the
    + * License is distributed on an "AS IS" BASIS), WITHOUT WARRANTIES OR 
CONDITIONS OF ANY KIND),
    + * either express or implied. See the License for the specific language 
governing permissions and
    + * limitations under the License.
    + */
    +package org.apache.geode.protocol.protobuf;
    +
    +public enum ProtocolErrorCode {
    +  GENERIC_FAILURE(1000),
    --- End diff --
    
    Why are we starting at 1000?


> Error Codes Specification for all operations
> --------------------------------------------
>
>                 Key: GEODE-3321
>                 URL: https://issues.apache.org/jira/browse/GEODE-3321
>             Project: Geode
>          Issue Type: Sub-task
>          Components: client/server
>            Reporter: Brian Baynes
>
> As a developer using the new protocol, I need to know what error codes to 
> expect from the server and what they mean.
> Delineate the possible error codes for each operation, documenting each error 
> code, when it will occur, and what message will be associated with it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to