Class Protocol.Error

  • Enclosing interface:
    Protocol

    public static class Protocol.Error
    extends java.lang.Object
    Describes an error to be returned by the LFS batch API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int code  
      java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      Error()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public int code
      • message

        public java.lang.String message
    • Constructor Detail

      • Error

        public Error()